Class EncryptedFolderInitTeamKeyRotationDetails
Initiated team key rotation.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class EncryptedFolderInitTeamKeyRotationDetails
Constructors
View SourceEncryptedFolderInitTeamKeyRotationDetails(string)
Initializes a new instance of the EncryptedFolderInitTeamKeyRotationDetails class.
Declaration
public EncryptedFolderInitTeamKeyRotationDetails(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 |