Dropbox .NET SDK
Show / Hide Table of Contents

Class DeviceSessionArg

The device session arg object

Inheritance
object
DeviceSessionArg
RevokeDesktopClientArg
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 DeviceSessionArg

Constructors

View Source

DeviceSessionArg(string, string)

Initializes a new instance of the DeviceSessionArg class.

Declaration
public DeviceSessionArg(string sessionId, string teamMemberId)
Parameters
Type Name Description
string sessionId

The session id.

string teamMemberId

The unique id of the member owning the device.

Properties

View Source

SessionId

The session id.

Declaration
public string SessionId { get; protected set; }
Property Value
Type Description
string
View Source

TeamMemberId

The unique id of the member owning the device.

Declaration
public string TeamMemberId { get; protected set; }
Property Value
Type Description
string

See Also

RevokeDesktopClientArg
  • View Source
In this article
Back to top Dropbox .NET SDK