Class EncryptedFolderEnrollBackupKeyDetails
Added recovery key.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderEnrollBackupKeyDetails
Constructors
View SourceEncryptedFolderEnrollBackupKeyDetails(string)
Initializes a new instance of the EncryptedFolderEnrollBackupKeyDetails class.
Declaration
public EncryptedFolderEnrollBackupKeyDetails(string backupKeyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | backupKeyId | Identifier of the recovery key. |
Properties
View SourceBackupKeyId
Identifier of the recovery key.
Declaration
public string BackupKeyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |