Class EncryptedFolderUnenrollClientDetails
Unenrolled device.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderUnenrollClientDetails
Constructors
View SourceEncryptedFolderUnenrollClientDetails(string)
Initializes a new instance of the EncryptedFolderUnenrollClientDetails class.
Declaration
public EncryptedFolderUnenrollClientDetails(string clientKeyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | clientKeyId | Identifier of the client key. |
Properties
View SourceClientKeyId
Identifier of the client key.
Declaration
public string ClientKeyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |