Class LegalHoldsListPoliciesArg
The legal holds list policies arg object
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class LegalHoldsListPoliciesArg
Constructors
View SourceLegalHoldsListPoliciesArg(bool)
Initializes a new instance of the LegalHoldsListPoliciesArg class.
Declaration
public LegalHoldsListPoliciesArg(bool includeReleased = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | includeReleased | Whether to return holds that were released. |
Properties
View SourceIncludeReleased
Whether to return holds that were released.
Declaration
public bool IncludeReleased { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool |