Class ActorLogInfo
The entity who performed the action.
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ActorLogInfo
Constructors
| Improve this Doc View SourceActorLogInfo()
Initializes a new instance of the ActorLogInfo class.
Declaration
public ActorLogInfo()
Properties
| Improve this Doc View SourceAsAdmin
Gets this instance as a Admin, or null.
Declaration
public ActorLogInfo.Admin AsAdmin { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.Admin |
AsAnonymous
Gets this instance as a Anonymous, or null.
Declaration
public ActorLogInfo.Anonymous AsAnonymous { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.Anonymous |
AsApp
Gets this instance as a App, or null.
Declaration
public ActorLogInfo.App AsApp { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.App |
AsDropbox
Gets this instance as a Dropbox, or null.
Declaration
public ActorLogInfo.Dropbox AsDropbox { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.Dropbox |
AsOther
Gets this instance as a Other, or null.
Declaration
public ActorLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.Other |
AsReseller
Gets this instance as a Reseller, or null.
Declaration
public ActorLogInfo.Reseller AsReseller { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.Reseller |
AsUser
Gets this instance as a User, or null.
Declaration
public ActorLogInfo.User AsUser { get; }
Property Value
| Type | Description |
|---|---|
| ActorLogInfo.User |
IsAdmin
Gets a value indicating whether this instance is Admin
Declaration
public bool IsAdmin { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsAnonymous
Gets a value indicating whether this instance is Anonymous
Declaration
public bool IsAnonymous { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsApp
Gets a value indicating whether this instance is App
Declaration
public bool IsApp { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsDropbox
Gets a value indicating whether this instance is Dropbox
Declaration
public bool IsDropbox { 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 |
IsReseller
Gets a value indicating whether this instance is Reseller
Declaration
public bool IsReseller { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsUser
Gets a value indicating whether this instance is User
Declaration
public bool IsUser { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |