Class AccessMethodLogInfo
Indicates the method in which the action was performed.
Inheritance
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class AccessMethodLogInfo
Constructors
| Improve this Doc View SourceAccessMethodLogInfo()
Initializes a new instance of the AccessMethodLogInfo class.
Declaration
public AccessMethodLogInfo()
Properties
| Improve this Doc View SourceAsAdminConsole
Gets this instance as a AdminConsole, or null.
Declaration
public AccessMethodLogInfo.AdminConsole AsAdminConsole { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.AdminConsole |
AsApi
Gets this instance as a Api, or null.
Declaration
public AccessMethodLogInfo.Api AsApi { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.Api |
AsContentManager
Gets this instance as a ContentManager, or null.
Declaration
public AccessMethodLogInfo.ContentManager AsContentManager { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.ContentManager |
AsEndUser
Gets this instance as a EndUser, or null.
Declaration
public AccessMethodLogInfo.EndUser AsEndUser { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.EndUser |
AsEnterpriseConsole
Gets this instance as a EnterpriseConsole, or null.
Declaration
public AccessMethodLogInfo.EnterpriseConsole AsEnterpriseConsole { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.EnterpriseConsole |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccessMethodLogInfo.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.Other |
AsSignInAs
Gets this instance as a SignInAs, or null.
Declaration
public AccessMethodLogInfo.SignInAs AsSignInAs { get; }
Property Value
| Type | Description |
|---|---|
| AccessMethodLogInfo.SignInAs |
IsAdminConsole
Gets a value indicating whether this instance is AdminConsole
Declaration
public bool IsAdminConsole { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsApi
Gets a value indicating whether this instance is Api
Declaration
public bool IsApi { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsContentManager
Gets a value indicating whether this instance is ContentManager
Declaration
public bool IsContentManager { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsEndUser
Gets a value indicating whether this instance is EndUser
Declaration
public bool IsEndUser { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsEnterpriseConsole
Gets a value indicating whether this instance is EnterpriseConsole
Declaration
public bool IsEnterpriseConsole { 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 |
IsSignInAs
Gets a value indicating whether this instance is SignInAs
Declaration
public bool IsSignInAs { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |