Dropbox .NET SDK

Class ActorLogInfo

The entity who performed the action.

Inheritance
object
ActorLogInfo
ActorLogInfo.Admin
ActorLogInfo.Anonymous
ActorLogInfo.App
ActorLogInfo.Dropbox
ActorLogInfo.Other
ActorLogInfo.Reseller
ActorLogInfo.User
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 ActorLogInfo

Constructors

View Source

ActorLogInfo()

Initializes a new instance of the ActorLogInfo class.

Declaration
public ActorLogInfo()

Properties

View Source

AsAdmin

Gets this instance as a Admin, or null.

Declaration
public ActorLogInfo.Admin AsAdmin { get; }
Property Value
Type Description
ActorLogInfo.Admin
View Source

AsAnonymous

Gets this instance as a Anonymous, or null.

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

AsApp

Gets this instance as a App, or null.

Declaration
public ActorLogInfo.App AsApp { get; }
Property Value
Type Description
ActorLogInfo.App
View Source

AsDropbox

Gets this instance as a Dropbox, or null.

Declaration
public ActorLogInfo.Dropbox AsDropbox { get; }
Property Value
Type Description
ActorLogInfo.Dropbox
View Source

AsOther

Gets this instance as a Other, or null.

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

AsReseller

Gets this instance as a Reseller, or null.

Declaration
public ActorLogInfo.Reseller AsReseller { get; }
Property Value
Type Description
ActorLogInfo.Reseller
View Source

AsUser

Gets this instance as a User, or null.

Declaration
public ActorLogInfo.User AsUser { get; }
Property Value
Type Description
ActorLogInfo.User
View Source

IsAdmin

Gets a value indicating whether this instance is Admin

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

IsAnonymous

Gets a value indicating whether this instance is Anonymous

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

IsApp

Gets a value indicating whether this instance is App

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

IsDropbox

Gets a value indicating whether this instance is Dropbox

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

IsReseller

Gets a value indicating whether this instance is Reseller

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

IsUser

Gets a value indicating whether this instance is User

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