Class LegalHoldsPolicyReleaseArg
The legal holds policy release arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsPolicyReleaseArg
Constructors
View SourceLegalHoldsPolicyReleaseArg(string)
Initializes a new instance of the LegalHoldsPolicyReleaseArg class.
Declaration
public LegalHoldsPolicyReleaseArg(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The legal hold Id. |
Properties
View SourceId
The legal hold Id.
Declaration
public string Id { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |