Dropbox .NET SDK

Class AccessMethodLogInfo

Indicates the method in which the action was performed.

Inheritance
object
AccessMethodLogInfo
AccessMethodLogInfo.AdminConsole
AccessMethodLogInfo.Api
AccessMethodLogInfo.ContentManager
AccessMethodLogInfo.EndUser
AccessMethodLogInfo.EnterpriseConsole
AccessMethodLogInfo.Other
AccessMethodLogInfo.SignInAs
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 AccessMethodLogInfo

Constructors

View Source

AccessMethodLogInfo()

Initializes a new instance of the AccessMethodLogInfo class.

Declaration
public AccessMethodLogInfo()

Properties

View Source

AsAdminConsole

Gets this instance as a AdminConsole, or null.

Declaration
public AccessMethodLogInfo.AdminConsole AsAdminConsole { get; }
Property Value
Type Description
AccessMethodLogInfo.AdminConsole
View Source

AsApi

Gets this instance as a Api, or null.

Declaration
public AccessMethodLogInfo.Api AsApi { get; }
Property Value
Type Description
AccessMethodLogInfo.Api
View Source

AsContentManager

Gets this instance as a ContentManager, or null.

Declaration
public AccessMethodLogInfo.ContentManager AsContentManager { get; }
Property Value
Type Description
AccessMethodLogInfo.ContentManager
View Source

AsEndUser

Gets this instance as a EndUser, or null.

Declaration
public AccessMethodLogInfo.EndUser AsEndUser { get; }
Property Value
Type Description
AccessMethodLogInfo.EndUser
View Source

AsEnterpriseConsole

Gets this instance as a EnterpriseConsole, or null.

Declaration
public AccessMethodLogInfo.EnterpriseConsole AsEnterpriseConsole { get; }
Property Value
Type Description
AccessMethodLogInfo.EnterpriseConsole
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSignInAs

Gets this instance as a SignInAs, or null.

Declaration
public AccessMethodLogInfo.SignInAs AsSignInAs { get; }
Property Value
Type Description
AccessMethodLogInfo.SignInAs
View Source

IsAdminConsole

Gets a value indicating whether this instance is AdminConsole

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

IsApi

Gets a value indicating whether this instance is Api

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

IsContentManager

Gets a value indicating whether this instance is ContentManager

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

IsEndUser

Gets a value indicating whether this instance is EndUser

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

IsEnterpriseConsole

Gets a value indicating whether this instance is EnterpriseConsole

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

IsSignInAs

Gets a value indicating whether this instance is SignInAs

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