Dropbox .NET SDK

Class EncryptedFolderEnrollBackupKeyDetails

Added recovery key.

Inheritance
object
EncryptedFolderEnrollBackupKeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderEnrollBackupKeyDetails

Constructors

View Source

EncryptedFolderEnrollBackupKeyDetails(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 Source

BackupKeyId

Identifier of the recovery key.

Declaration
public string BackupKeyId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK