Show / Hide Table of Contents

Class PaperDeploymentPolicy

The paper deployment policy object

Inheritance
System.Object
PaperDeploymentPolicy
PaperDeploymentPolicy.Full
PaperDeploymentPolicy.Other
PaperDeploymentPolicy.Partial
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 Source

PaperDeploymentPolicy()

Initializes a new instance of the PaperDeploymentPolicy class.

Declaration
public PaperDeploymentPolicy()

Properties

| Improve this Doc View Source

AsFull

Gets this instance as a Full, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsPartial

Gets this instance as a Partial, or null.

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

IsFull

Gets a value indicating whether this instance is Full

Declaration
public bool IsFull { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPartial

Gets a value indicating whether this instance is Partial

Declaration
public bool IsPartial { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDeploymentPolicy()
  • Properties
    • AsFull
    • AsOther
    • AsPartial
    • IsFull
    • IsOther
    • IsPartial
Back to top Generated by DocFX