Class GovernancePolicyContentDisposedDetails
Content disposed.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class GovernancePolicyContentDisposedDetails
Constructors
View SourceGovernancePolicyContentDisposedDetails(string, string, DispositionActionType, PolicyType)
Initializes a new instance of the GovernancePolicyContentDisposedDetails class.
Declaration
public GovernancePolicyContentDisposedDetails(string governancePolicyId, string name, DispositionActionType dispositionType, PolicyType policyType = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | governancePolicyId | Policy ID. |
| string | name | Policy name. |
| DispositionActionType | dispositionType | Disposition type. |
| PolicyType | policyType | Policy type. |
Properties
View SourceDispositionType
Disposition type.
Declaration
public DispositionActionType DispositionType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DispositionActionType |
GovernancePolicyId
Policy ID.
Declaration
public string GovernancePolicyId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Policy name.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyType
Policy type.
Declaration
public PolicyType PolicyType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PolicyType |