Show / Hide Table of Contents

Class PaperDocPermissionLevel

The paper doc permission level object

Inheritance
System.Object
PaperDocPermissionLevel
PaperDocPermissionLevel.Edit
PaperDocPermissionLevel.Other
PaperDocPermissionLevel.ViewAndComment
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.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocPermissionLevel

Constructors

| Improve this Doc View Source

PaperDocPermissionLevel()

Initializes a new instance of the PaperDocPermissionLevel class.

Declaration
public PaperDocPermissionLevel()

Properties

| Improve this Doc View Source

AsEdit

Gets this instance as a Edit, or null.

Declaration
public PaperDocPermissionLevel.Edit AsEdit { get; }
Property Value
Type Description
PaperDocPermissionLevel.Edit
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsViewAndComment

Gets this instance as a ViewAndComment, or null.

Declaration
public PaperDocPermissionLevel.ViewAndComment AsViewAndComment { get; }
Property Value
Type Description
PaperDocPermissionLevel.ViewAndComment
| Improve this Doc View Source

IsEdit

Gets a value indicating whether this instance is Edit

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

IsViewAndComment

Gets a value indicating whether this instance is ViewAndComment

Declaration
public bool IsViewAndComment { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PaperDocPermissionLevel()
  • Properties
    • AsEdit
    • AsOther
    • AsViewAndComment
    • IsEdit
    • IsOther
    • IsViewAndComment
Back to top Generated by DocFX