Class RevokeDeviceSessionArg
The revoke device session arg object
Inheritance
RevokeDeviceSessionArg
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeDeviceSessionArg
Constructors
View SourceRevokeDeviceSessionArg()
Initializes a new instance of the RevokeDeviceSessionArg class.
Declaration
public RevokeDeviceSessionArg()
Properties
View SourceAsDesktopClient
Gets this instance as a DesktopClient, or null.
Declaration
public RevokeDeviceSessionArg.DesktopClient AsDesktopClient { get; }
Property Value
| Type | Description |
|---|---|
| RevokeDeviceSessionArg.DesktopClient |
AsMobileClient
Gets this instance as a MobileClient, or null.
Declaration
public RevokeDeviceSessionArg.MobileClient AsMobileClient { get; }
Property Value
| Type | Description |
|---|---|
| RevokeDeviceSessionArg.MobileClient |
AsWebSession
Gets this instance as a WebSession, or null.
Declaration
public RevokeDeviceSessionArg.WebSession AsWebSession { get; }
Property Value
| Type | Description |
|---|---|
| RevokeDeviceSessionArg.WebSession |
IsDesktopClient
Gets a value indicating whether this instance is DesktopClient
Declaration
public bool IsDesktopClient { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMobileClient
Gets a value indicating whether this instance is MobileClient
Declaration
public bool IsMobileClient { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWebSession
Gets a value indicating whether this instance is WebSession
Declaration
public bool IsWebSession { get; }
Property Value
| Type | Description |
|---|---|
| bool |