Show / Hide Table of Contents

Class ActorLogInfo

The entity who performed the action.

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

Constructors

| Improve this Doc View Source

ActorLogInfo()

Initializes a new instance of the ActorLogInfo class.

Declaration
public ActorLogInfo()

Properties

| Improve this Doc View Source

AsAdmin

Gets this instance as a Admin, or null.

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

AsAnonymous

Gets this instance as a Anonymous, or null.

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

AsApp

Gets this instance as a App, or null.

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

AsDropbox

Gets this instance as a Dropbox, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsReseller

Gets this instance as a Reseller, or null.

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

AsUser

Gets this instance as a User, or null.

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

IsAdmin

Gets a value indicating whether this instance is Admin

Declaration
public bool IsAdmin { get; }
Property Value
Type Description
System.Boolean
| 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

IsApp

Gets a value indicating whether this instance is App

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

IsDropbox

Gets a value indicating whether this instance is Dropbox

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

IsReseller

Gets a value indicating whether this instance is Reseller

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

IsUser

Gets a value indicating whether this instance is User

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