Show / Hide Table of Contents

Class RevokeDeviceSessionArg

The revoke device session arg object

Inheritance
System.Object
RevokeDeviceSessionArg
RevokeDeviceSessionArg.DesktopClient
RevokeDeviceSessionArg.MobileClient
RevokeDeviceSessionArg.WebSession
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class RevokeDeviceSessionArg

Constructors

| Improve this Doc View Source

RevokeDeviceSessionArg()

Initializes a new instance of the RevokeDeviceSessionArg class.

Declaration
public RevokeDeviceSessionArg()

Properties

| Improve this Doc View Source

AsDesktopClient

Gets this instance as a DesktopClient, or null.

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

AsMobileClient

Gets this instance as a MobileClient, or null.

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

AsWebSession

Gets this instance as a WebSession, or null.

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

IsDesktopClient

Gets a value indicating whether this instance is DesktopClient

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

IsMobileClient

Gets a value indicating whether this instance is MobileClient

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

IsWebSession

Gets a value indicating whether this instance is WebSession

Declaration
public bool IsWebSession { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeDeviceSessionArg()
  • Properties
    • AsDesktopClient
    • AsMobileClient
    • AsWebSession
    • IsDesktopClient
    • IsMobileClient
    • IsWebSession
Back to top Generated by DocFX