Dropbox .NET SDK

Class PolicyType

The policy type object

Inheritance
object
PolicyType
PolicyType.Disposition
PolicyType.Other
PolicyType.Retention
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PolicyType

Constructors

View Source

PolicyType()

Initializes a new instance of the PolicyType class.

Declaration
public PolicyType()

Properties

View Source

AsDisposition

Gets this instance as a Disposition, or null.

Declaration
public PolicyType.Disposition AsDisposition { get; }
Property Value
Type Description
PolicyType.Disposition
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PolicyType.Other AsOther { get; }
Property Value
Type Description
PolicyType.Other
View Source

AsRetention

Gets this instance as a Retention, or null.

Declaration
public PolicyType.Retention AsRetention { get; }
Property Value
Type Description
PolicyType.Retention
View Source

IsDisposition

Gets a value indicating whether this instance is Disposition

Declaration
public bool IsDisposition { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRetention

Gets a value indicating whether this instance is Retention

Declaration
public bool IsRetention { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK