Class PaperDeploymentPolicy
The paper deployment policy object
Inheritance
System.Object
PaperDeploymentPolicy
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.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PaperDeploymentPolicy
Constructors
| Improve this Doc View SourcePaperDeploymentPolicy()
Initializes a new instance of the PaperDeploymentPolicy class.
Declaration
public PaperDeploymentPolicy()
Properties
| Improve this Doc View SourceAsFull
Gets this instance as a Full, or null
.
Declaration
public PaperDeploymentPolicy.Full AsFull { get; }
Property Value
Type | Description |
---|---|
PaperDeploymentPolicy.Full |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PaperDeploymentPolicy.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PaperDeploymentPolicy.Other |
AsPartial
Gets this instance as a Partial, or null
.
Declaration
public PaperDeploymentPolicy.Partial AsPartial { get; }
Property Value
Type | Description |
---|---|
PaperDeploymentPolicy.Partial |
IsFull
Gets a value indicating whether this instance is Full
Declaration
public bool IsFull { 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 |
IsPartial
Gets a value indicating whether this instance is Partial
Declaration
public bool IsPartial { get; }
Property Value
Type | Description |
---|---|
System.Boolean |