Class PolicyType
The policy type object
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PolicyType
Constructors
View SourcePolicyType()
Initializes a new instance of the PolicyType class.
Declaration
public PolicyType()
Properties
View SourceAsDisposition
Gets this instance as a Disposition, or null.
Declaration
public PolicyType.Disposition AsDisposition { get; }
Property Value
| Type | Description |
|---|---|
| PolicyType.Disposition |
AsOther
Gets this instance as a Other, or null.
Declaration
public PolicyType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PolicyType.Other |
AsRetention
Gets this instance as a Retention, or null.
Declaration
public PolicyType.Retention AsRetention { get; }
Property Value
| Type | Description |
|---|---|
| PolicyType.Retention |
IsDisposition
Gets a value indicating whether this instance is Disposition
Declaration
public bool IsDisposition { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRetention
Gets a value indicating whether this instance is Retention
Declaration
public bool IsRetention { get; }
Property Value
| Type | Description |
|---|---|
| bool |