Class PolicyType
The policy type object
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PolicyType
Constructors
| Improve this Doc View SourcePolicyType()
Initializes a new instance of the PolicyType class.
Declaration
public PolicyType()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRetention
Gets a value indicating whether this instance is Retention
Declaration
public bool IsRetention { get; }
Property Value
Type | Description |
---|---|
System.Boolean |