Class PaperDocPermissionLevel
The paper doc permission level object
Inheritance
PaperDocPermissionLevel
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocPermissionLevel
Constructors
View SourcePaperDocPermissionLevel()
Initializes a new instance of the PaperDocPermissionLevel class.
Declaration
public PaperDocPermissionLevel()
Properties
View SourceAsEdit
Gets this instance as a Edit, or null.
Declaration
public PaperDocPermissionLevel.Edit AsEdit { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocPermissionLevel.Edit |
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperDocPermissionLevel.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocPermissionLevel.Other |
AsViewAndComment
Gets this instance as a ViewAndComment, or null.
Declaration
public PaperDocPermissionLevel.ViewAndComment AsViewAndComment { get; }
Property Value
| Type | Description |
|---|---|
| PaperDocPermissionLevel.ViewAndComment |
IsEdit
Gets a value indicating whether this instance is Edit
Declaration
public bool IsEdit { 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 |
IsViewAndComment
Gets a value indicating whether this instance is ViewAndComment
Declaration
public bool IsViewAndComment { get; }
Property Value
| Type | Description |
|---|---|
| bool |