Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeDeviceSessionArg.MobileClient

Unlink a linked mobile device.

Inheritance
object
RevokeDeviceSessionArg
RevokeDeviceSessionArg.MobileClient
Inherited Members
RevokeDeviceSessionArg.IsWebSession
RevokeDeviceSessionArg.AsWebSession
RevokeDeviceSessionArg.IsDesktopClient
RevokeDeviceSessionArg.AsDesktopClient
RevokeDeviceSessionArg.IsMobileClient
RevokeDeviceSessionArg.AsMobileClient
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class RevokeDeviceSessionArg.MobileClient : RevokeDeviceSessionArg

Constructors

View Source

MobileClient(DeviceSessionArg)

Initializes a new instance of the RevokeDeviceSessionArg.MobileClient class.

Declaration
public MobileClient(DeviceSessionArg value)
Parameters
Type Name Description
DeviceSessionArg value

The value

Properties

View Source

Value

Gets the value of this instance.

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