Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDocPermissionLevel

The paper doc permission level object

Inheritance
object
PaperDocPermissionLevel
PaperDocPermissionLevel.Edit
PaperDocPermissionLevel.Other
PaperDocPermissionLevel.ViewAndComment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocPermissionLevel

Constructors

View Source

PaperDocPermissionLevel()

Initializes a new instance of the PaperDocPermissionLevel class.

Declaration
public PaperDocPermissionLevel()

Properties

View Source

AsEdit

Gets this instance as a Edit, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsViewAndComment

Gets this instance as a ViewAndComment, or null.

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

IsEdit

Gets a value indicating whether this instance is Edit

Declaration
public bool IsEdit { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsViewAndComment

Gets a value indicating whether this instance is ViewAndComment

Declaration
public bool IsViewAndComment { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK