Class RevokeDesktopClientArg
The revoke desktop client arg object
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 RevokeDesktopClientArg : DeviceSessionArg
Constructors
| Improve this Doc View SourceRevokeDesktopClientArg(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 SourceDeleteOnUnlink
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 |