Show / Hide Table of Contents

Class ContextLogInfo

The primary entity on which the action was done.

Inheritance
System.Object
ContextLogInfo
ContextLogInfo.Anonymous
ContextLogInfo.NonTeamMember
ContextLogInfo.OrganizationTeam
ContextLogInfo.Other
ContextLogInfo.Team
ContextLogInfo.TeamMember
ContextLogInfo.TrustedNonTeamMember
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 ContextLogInfo

Constructors

| Improve this Doc View Source

ContextLogInfo()

Initializes a new instance of the ContextLogInfo class.

Declaration
public ContextLogInfo()

Properties

| Improve this Doc View Source

AsAnonymous

Gets this instance as a Anonymous, or null.

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

AsNonTeamMember

Gets this instance as a NonTeamMember, or null.

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

AsOrganizationTeam

Gets this instance as a OrganizationTeam, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsTeam

Gets this instance as a Team, or null.

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

AsTeamMember

Gets this instance as a TeamMember, or null.

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

AsTrustedNonTeamMember

Gets this instance as a TrustedNonTeamMember, or null.

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

IsAnonymous

Gets a value indicating whether this instance is Anonymous

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

IsNonTeamMember

Gets a value indicating whether this instance is NonTeamMember

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

IsOrganizationTeam

Gets a value indicating whether this instance is OrganizationTeam

Declaration
public bool IsOrganizationTeam { 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

IsTeam

Gets a value indicating whether this instance is Team

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

IsTeamMember

Gets a value indicating whether this instance is TeamMember

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

IsTrustedNonTeamMember

Gets a value indicating whether this instance is TrustedNonTeamMember

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