Dropbox .NET SDK

Class EncryptedFolderRemoveBackupKeyDetails

Removed recovery key.

Inheritance
object
EncryptedFolderRemoveBackupKeyDetails
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 EncryptedFolderRemoveBackupKeyDetails

Constructors

View Source

EncryptedFolderRemoveBackupKeyDetails(string)

Initializes a new instance of the EncryptedFolderRemoveBackupKeyDetails class.

Declaration
public EncryptedFolderRemoveBackupKeyDetails(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