Dropbox .NET SDK

Class ContextLogInfo

The primary entity on which the action was done.

Inheritance
object
ContextLogInfo
ContextLogInfo.Anonymous
ContextLogInfo.NonTeamMember
ContextLogInfo.OrganizationTeam
ContextLogInfo.Other
ContextLogInfo.Team
ContextLogInfo.TeamMember
ContextLogInfo.TrustedNonTeamMember
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ContextLogInfo

Constructors

View Source

ContextLogInfo()

Initializes a new instance of the ContextLogInfo class.

Declaration
public ContextLogInfo()

Properties

View Source

AsAnonymous

Gets this instance as a Anonymous, or null.

Declaration
public ContextLogInfo.Anonymous AsAnonymous { get; }
Property Value
Type Description
ContextLogInfo.Anonymous
View Source

AsNonTeamMember

Gets this instance as a NonTeamMember, or null.

Declaration
public ContextLogInfo.NonTeamMember AsNonTeamMember { get; }
Property Value
Type Description
ContextLogInfo.NonTeamMember
View Source

AsOrganizationTeam

Gets this instance as a OrganizationTeam, or null.

Declaration
public ContextLogInfo.OrganizationTeam AsOrganizationTeam { get; }
Property Value
Type Description
ContextLogInfo.OrganizationTeam
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ContextLogInfo.Other AsOther { get; }
Property Value
Type Description
ContextLogInfo.Other
View Source

AsTeam

Gets this instance as a Team, or null.

Declaration
public ContextLogInfo.Team AsTeam { get; }
Property Value
Type Description
ContextLogInfo.Team
View Source

AsTeamMember

Gets this instance as a TeamMember, or null.

Declaration
public ContextLogInfo.TeamMember AsTeamMember { get; }
Property Value
Type Description
ContextLogInfo.TeamMember
View Source

AsTrustedNonTeamMember

Gets this instance as a TrustedNonTeamMember, or null.

Declaration
public ContextLogInfo.TrustedNonTeamMember AsTrustedNonTeamMember { get; }
Property Value
Type Description
ContextLogInfo.TrustedNonTeamMember
View Source

IsAnonymous

Gets a value indicating whether this instance is Anonymous

Declaration
public bool IsAnonymous { get; }
Property Value
Type Description
bool
View Source

IsNonTeamMember

Gets a value indicating whether this instance is NonTeamMember

Declaration
public bool IsNonTeamMember { get; }
Property Value
Type Description
bool
View Source

IsOrganizationTeam

Gets a value indicating whether this instance is OrganizationTeam

Declaration
public bool IsOrganizationTeam { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsTeam

Gets a value indicating whether this instance is Team

Declaration
public bool IsTeam { get; }
Property Value
Type Description
bool
View Source

IsTeamMember

Gets a value indicating whether this instance is TeamMember

Declaration
public bool IsTeamMember { get; }
Property Value
Type Description
bool
View Source

IsTrustedNonTeamMember

Gets a value indicating whether this instance is TrustedNonTeamMember

Declaration
public bool IsTrustedNonTeamMember { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK