Class PaperDocPermissionLevel
The paper doc permission level object
Inheritance
System.Object
PaperDocPermissionLevel
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 SourcePaperDocPermissionLevel()
Initializes a new instance of the PaperDocPermissionLevel class.
Declaration
public PaperDocPermissionLevel()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsViewAndComment
Gets a value indicating whether this instance is ViewAndComment
Declaration
public bool IsViewAndComment { get; }
Property Value
Type | Description |
---|---|
System.Boolean |