Class ParticipantLogInfo
A user or group
Inheritance
System.Object
ParticipantLogInfo
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 SourceParticipantLogInfo()
Initializes a new instance of the ParticipantLogInfo class.
Declaration
public ParticipantLogInfo()
Properties
| Improve this Doc View SourceAsGroup
Gets this instance as a Group, or null.
Declaration
public ParticipantLogInfo.Group AsGroup { get; }
Property Value
| Type | Description |
|---|---|
| ParticipantLogInfo.Group |
AsOther
Gets this instance as a Other, or null.
Declaration
public ParticipantLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ParticipantLogInfo.Other |
AsUser
Gets this instance as a User, or null.
Declaration
public ParticipantLogInfo.User AsUser { get; }
Property Value
| Type | Description |
|---|---|
| ParticipantLogInfo.User |
IsGroup
Gets a value indicating whether this instance is Group
Declaration
public bool IsGroup { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUser
Gets a value indicating whether this instance is User
Declaration
public bool IsUser { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |