• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class DeviceSessionArg

The device session arg object

Inheritance
System.Object
DeviceSessionArg
RevokeDesktopClientArg
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 DeviceSessionArg

Constructors

| Improve this Doc View Source

DeviceSessionArg(String, String)

Initializes a new instance of the DeviceSessionArg class.

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

The session id.

System.String teamMemberId

The unique id of the member owning the device.

Properties

| Improve this Doc View Source

SessionId

The session id.

Declaration
public string SessionId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TeamMemberId

The unique id of the member owning the device.

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

See Also

RevokeDesktopClientArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DeviceSessionArg(String, String)
  • Properties
    • SessionId
    • TeamMemberId
  • See Also
Back to top Generated by DocFX