Show / Hide Table of Contents

Class RevokeDesktopClientArg

The revoke desktop client arg object

Inheritance
System.Object
DeviceSessionArg
RevokeDesktopClientArg
Inherited Members
DeviceSessionArg.SessionId
DeviceSessionArg.TeamMemberId
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 RevokeDesktopClientArg : DeviceSessionArg

Constructors

| Improve this Doc View Source

RevokeDesktopClientArg(String, String, Boolean)

Initializes a new instance of the RevokeDesktopClientArg class.

Declaration
public RevokeDesktopClientArg(string sessionId, string teamMemberId, bool deleteOnUnlink = false)
Parameters
Type Name Description
System.String sessionId

The session id.

System.String teamMemberId

The unique id of the member owning the device.

System.Boolean deleteOnUnlink

Whether to delete all files of the account (this is possible only if supported by the desktop client and will be made the next time the client access the account).

Properties

| Improve this Doc View Source

DeleteOnUnlink

Whether to delete all files of the account (this is possible only if supported by the desktop client and will be made the next time the client access the account).

Declaration
public bool DeleteOnUnlink { get; protected set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RevokeDesktopClientArg(String, String, Boolean)
  • Properties
    • DeleteOnUnlink
Back to top Generated by DocFX