Class DeviceSessionArg
The device session arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class DeviceSessionArg
Constructors
View SourceDeviceSessionArg(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 SourceSessionId
The session id.
Declaration
public string SessionId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TeamMemberId
The unique id of the member owning the device.
Declaration
public string TeamMemberId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |