Dropbox .NET SDK
Show / Hide Table of Contents

Class RevokeDeviceSessionArg.WebSession

End an active session.

Inheritance
object
RevokeDeviceSessionArg
RevokeDeviceSessionArg.WebSession
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.WebSession : RevokeDeviceSessionArg

Constructors

View Source

WebSession(DeviceSessionArg)

Initializes a new instance of the RevokeDeviceSessionArg.WebSession class.

Declaration
public WebSession(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