Show / Hide Table of Contents

Class PaperDocUpdatePolicy

The paper doc update policy object

Inheritance
System.Object
PaperDocUpdatePolicy
PaperDocUpdatePolicy.Append
PaperDocUpdatePolicy.Other
PaperDocUpdatePolicy.Overwrite
PaperDocUpdatePolicy.Prepend
PaperDocUpdatePolicy.Update
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocUpdatePolicy

Constructors

| Improve this Doc View Source

PaperDocUpdatePolicy()

Initializes a new instance of the PaperDocUpdatePolicy class.

Declaration
public PaperDocUpdatePolicy()

Properties

| Improve this Doc View Source

AsAppend

Gets this instance as a Append, or null.

Declaration
public PaperDocUpdatePolicy.Append AsAppend { get; }
Property Value
Type Description
PaperDocUpdatePolicy.Append
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsOverwrite

Gets this instance as a Overwrite, or null.

Declaration
public PaperDocUpdatePolicy.Overwrite AsOverwrite { get; }
Property Value
Type Description
PaperDocUpdatePolicy.Overwrite
| Improve this Doc View Source

AsPrepend

Gets this instance as a Prepend, or null.

Declaration
public PaperDocUpdatePolicy.Prepend AsPrepend { get; }
Property Value
Type Description
PaperDocUpdatePolicy.Prepend
| Improve this Doc View Source

AsUpdate

Gets this instance as a Update, or null.

Declaration
public PaperDocUpdatePolicy.Update AsUpdate { get; }
Property Value
Type Description
PaperDocUpdatePolicy.Update
| Improve this Doc View Source

IsAppend

Gets a value indicating whether this instance is Append

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

IsOverwrite

Gets a value indicating whether this instance is Overwrite

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

IsPrepend

Gets a value indicating whether this instance is Prepend

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

IsUpdate

Gets a value indicating whether this instance is Update

Declaration
public bool IsUpdate { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocUpdatePolicy()
  • Properties
    • AsAppend
    • AsOther
    • AsOverwrite
    • AsPrepend
    • AsUpdate
    • IsAppend
    • IsOther
    • IsOverwrite
    • IsPrepend
    • IsUpdate
Back to top Generated by DocFX