Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeDeviceSessionArg

The revoke device session arg object

Inheritance
object
RevokeDeviceSessionArg
RevokeDeviceSessionArg.DesktopClient
RevokeDeviceSessionArg.MobileClient
RevokeDeviceSessionArg.WebSession
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeDeviceSessionArg

Constructors

View Source

RevokeDeviceSessionArg()

Initializes a new instance of the RevokeDeviceSessionArg class.

Declaration
public RevokeDeviceSessionArg()

Properties

View Source

AsDesktopClient

Gets this instance as a DesktopClient, or null.

Declaration
public RevokeDeviceSessionArg.DesktopClient AsDesktopClient { get; }
Property Value
Type Description
RevokeDeviceSessionArg.DesktopClient
View Source

AsMobileClient

Gets this instance as a MobileClient, or null.

Declaration
public RevokeDeviceSessionArg.MobileClient AsMobileClient { get; }
Property Value
Type Description
RevokeDeviceSessionArg.MobileClient
View Source

AsWebSession

Gets this instance as a WebSession, or null.

Declaration
public RevokeDeviceSessionArg.WebSession AsWebSession { get; }
Property Value
Type Description
RevokeDeviceSessionArg.WebSession
View Source

IsDesktopClient

Gets a value indicating whether this instance is DesktopClient

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

IsMobileClient

Gets a value indicating whether this instance is MobileClient

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

IsWebSession

Gets a value indicating whether this instance is WebSession

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