Dropbox .NET SDK
Show / Hide Table of Contents

Class PaperDocPermissionLevel.ViewAndComment

User will be granted view and comment permissions.

Inheritance
object
PaperDocPermissionLevel
PaperDocPermissionLevel.ViewAndComment
Inherited Members
PaperDocPermissionLevel.IsEdit
PaperDocPermissionLevel.AsEdit
PaperDocPermissionLevel.IsViewAndComment
PaperDocPermissionLevel.AsViewAndComment
PaperDocPermissionLevel.IsOther
PaperDocPermissionLevel.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public sealed class PaperDocPermissionLevel.ViewAndComment : PaperDocPermissionLevel

Fields

View Source

Instance

A singleton instance of ViewAndComment

Declaration
public static readonly PaperDocPermissionLevel.ViewAndComment Instance
Field Value
Type Description
PaperDocPermissionLevel.ViewAndComment
  • View Source
In this article
Back to top Dropbox .NET SDK