Class PaperDocUpdatePolicy
The paper doc update policy object
Inheritance
PaperDocUpdatePolicy
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocUpdatePolicy
Constructors
View SourcePaperDocUpdatePolicy()
Initializes a new instance of the PaperDocUpdatePolicy class.
Declaration
public PaperDocUpdatePolicy()
Properties
View SourceAsAppend
Gets this instance as a Append, or null.
Declaration
public PaperDocUpdatePolicy.Append AsAppend { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocUpdatePolicy.Append |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperDocUpdatePolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocUpdatePolicy.Other |
AsOverwriteAll
Gets this instance as a OverwriteAll, or null.
Declaration
public PaperDocUpdatePolicy.OverwriteAll AsOverwriteAll { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocUpdatePolicy.OverwriteAll |
AsPrepend
Gets this instance as a Prepend, or null.
Declaration
public PaperDocUpdatePolicy.Prepend AsPrepend { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocUpdatePolicy.Prepend |
IsAppend
Gets a value indicating whether this instance is Append
Declaration
public bool IsAppend { 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 |
IsOverwriteAll
Gets a value indicating whether this instance is OverwriteAll
Declaration
public bool IsOverwriteAll { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPrepend
Gets a value indicating whether this instance is Prepend
Declaration
public bool IsPrepend { get; }
Property Value
| Type | Description |
|---|---|
| bool |