Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDeploymentPolicy

The paper deployment policy object

Inheritance
object
PaperDeploymentPolicy
PaperDeploymentPolicy.Full
PaperDeploymentPolicy.Other
PaperDeploymentPolicy.Partial
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PaperDeploymentPolicy

Constructors

View Source

PaperDeploymentPolicy()

Initializes a new instance of the PaperDeploymentPolicy class.

Declaration
public PaperDeploymentPolicy()

Properties

View Source

AsFull

Gets this instance as a Full, or null.

Declaration
public PaperDeploymentPolicy.Full AsFull { get; }
Property Value
Type Description
PaperDeploymentPolicy.Full
View Source

AsOther

Gets this instance as a Other, or null.

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

AsPartial

Gets this instance as a Partial, or null.

Declaration
public PaperDeploymentPolicy.Partial AsPartial { get; }
Property Value
Type Description
PaperDeploymentPolicy.Partial
View Source

IsFull

Gets a value indicating whether this instance is Full

Declaration
public bool IsFull { 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

IsPartial

Gets a value indicating whether this instance is Partial

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