Show / Hide Table of Contents

Class ParticipantLogInfo

A user or group

Inheritance
System.Object
ParticipantLogInfo
ParticipantLogInfo.Group
ParticipantLogInfo.Other
ParticipantLogInfo.User
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ParticipantLogInfo

Constructors

| Improve this Doc View Source

ParticipantLogInfo()

Initializes a new instance of the ParticipantLogInfo class.

Declaration
public ParticipantLogInfo()

Properties

| Improve this Doc View Source

AsGroup

Gets this instance as a Group, or null.

Declaration
public ParticipantLogInfo.Group AsGroup { get; }
Property Value
Type Description
ParticipantLogInfo.Group
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ParticipantLogInfo.Other AsOther { get; }
Property Value
Type Description
ParticipantLogInfo.Other
| Improve this Doc View Source

AsUser

Gets this instance as a User, or null.

Declaration
public ParticipantLogInfo.User AsUser { get; }
Property Value
Type Description
ParticipantLogInfo.User
| Improve this Doc View Source

IsGroup

Gets a value indicating whether this instance is Group

Declaration
public bool IsGroup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUser

Gets a value indicating whether this instance is User

Declaration
public bool IsUser { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX