Class ContextLogInfo
The primary entity on which the action was done.
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ContextLogInfo
Constructors
| Improve this Doc View SourceContextLogInfo()
Initializes a new instance of the ContextLogInfo class.
Declaration
public ContextLogInfo()
Properties
| Improve this Doc View SourceAsAnonymous
Gets this instance as a Anonymous, or null.
Declaration
public ContextLogInfo.Anonymous AsAnonymous { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.Anonymous |
AsNonTeamMember
Gets this instance as a NonTeamMember, or null.
Declaration
public ContextLogInfo.NonTeamMember AsNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.NonTeamMember |
AsOrganizationTeam
Gets this instance as a OrganizationTeam, or null.
Declaration
public ContextLogInfo.OrganizationTeam AsOrganizationTeam { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.OrganizationTeam |
AsOther
Gets this instance as a Other, or null.
Declaration
public ContextLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.Other |
AsTeam
Gets this instance as a Team, or null.
Declaration
public ContextLogInfo.Team AsTeam { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.Team |
AsTeamMember
Gets this instance as a TeamMember, or null.
Declaration
public ContextLogInfo.TeamMember AsTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.TeamMember |
AsTrustedNonTeamMember
Gets this instance as a TrustedNonTeamMember, or null.
Declaration
public ContextLogInfo.TrustedNonTeamMember AsTrustedNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| ContextLogInfo.TrustedNonTeamMember |
IsAnonymous
Gets a value indicating whether this instance is Anonymous
Declaration
public bool IsAnonymous { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsNonTeamMember
Gets a value indicating whether this instance is NonTeamMember
Declaration
public bool IsNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsOrganizationTeam
Gets a value indicating whether this instance is OrganizationTeam
Declaration
public bool IsOrganizationTeam { 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 |
IsTeam
Gets a value indicating whether this instance is Team
Declaration
public bool IsTeam { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsTeamMember
Gets a value indicating whether this instance is TeamMember
Declaration
public bool IsTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsTrustedNonTeamMember
Gets a value indicating whether this instance is TrustedNonTeamMember
Declaration
public bool IsTrustedNonTeamMember { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |