Class ParticipantLogInfo
A user or group
Inheritance
ParticipantLogInfo
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ParticipantLogInfo
Constructors
View SourceParticipantLogInfo()
Initializes a new instance of the ParticipantLogInfo class.
Declaration
public ParticipantLogInfo()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUser
Gets a value indicating whether this instance is User
Declaration
public bool IsUser { get; }
Property Value
| Type | Description |
|---|---|
| bool |