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