Class EncryptedFolderCancelTeamKeyRotationDetails
Canceled team key rotation.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderCancelTeamKeyRotationDetails
Constructors
View SourceEncryptedFolderCancelTeamKeyRotationDetails(string)
Initializes a new instance of the EncryptedFolderCancelTeamKeyRotationDetails class.
Declaration
public EncryptedFolderCancelTeamKeyRotationDetails(string teamKeyId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | teamKeyId | Identifier of the team key. |
Properties
View SourceTeamKeyId
Identifier of the team key.
Declaration
public string TeamKeyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |