Class PaperDeploymentPolicy
The paper deployment policy object
Inheritance
PaperDeploymentPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PaperDeploymentPolicy
Constructors
View SourcePaperDeploymentPolicy()
Initializes a new instance of the PaperDeploymentPolicy class.
Declaration
public PaperDeploymentPolicy()
Properties
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 |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPartial
Gets a value indicating whether this instance is Partial
Declaration
public bool IsPartial { get; }
Property Value
| Type | Description |
|---|---|
| bool |