Show / Hide Table of Contents

Class AccessMethodLogInfo

Indicates the method in which the action was performed.

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

Constructors

| Improve this Doc View Source

AccessMethodLogInfo()

Initializes a new instance of the AccessMethodLogInfo class.

Declaration
public AccessMethodLogInfo()

Properties

| Improve this Doc View Source

AsAdminConsole

Gets this instance as a AdminConsole, or null.

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

AsApi

Gets this instance as a Api, or null.

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

AsContentManager

Gets this instance as a ContentManager, or null.

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

AsEndUser

Gets this instance as a EndUser, or null.

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

AsEnterpriseConsole

Gets this instance as a EnterpriseConsole, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsSignInAs

Gets this instance as a SignInAs, or null.

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

IsAdminConsole

Gets a value indicating whether this instance is AdminConsole

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

IsApi

Gets a value indicating whether this instance is Api

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

IsContentManager

Gets a value indicating whether this instance is ContentManager

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

IsEndUser

Gets a value indicating whether this instance is EndUser

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

IsEnterpriseConsole

Gets a value indicating whether this instance is EnterpriseConsole

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

IsSignInAs

Gets a value indicating whether this instance is SignInAs

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