Class PaperAccessType
The paper access type object
Inheritance
System.Object
    PaperAccessType
      
      
      
      
  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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperAccessType
  Constructors
| Improve this Doc View SourcePaperAccessType()
Initializes a new instance of the PaperAccessType class.
Declaration
public PaperAccessType()
  Properties
| Improve this Doc View SourceAsCommenter
Gets this instance as a Commenter, or null.
Declaration
public PaperAccessType.Commenter AsCommenter { get; }
  Property Value
| Type | Description | 
|---|---|
| PaperAccessType.Commenter | 
AsEditor
Gets this instance as a Editor, or null.
Declaration
public PaperAccessType.Editor AsEditor { get; }
  Property Value
| Type | Description | 
|---|---|
| PaperAccessType.Editor | 
AsOther
Gets this instance as a Other, or null.
Declaration
public PaperAccessType.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| PaperAccessType.Other | 
AsViewer
Gets this instance as a Viewer, or null.
Declaration
public PaperAccessType.Viewer AsViewer { get; }
  Property Value
| Type | Description | 
|---|---|
| PaperAccessType.Viewer | 
IsCommenter
Gets a value indicating whether this instance is Commenter
Declaration
public bool IsCommenter { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsEditor
Gets a value indicating whether this instance is Editor
Declaration
public bool IsEditor { 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 | 
IsViewer
Gets a value indicating whether this instance is Viewer
Declaration
public bool IsViewer { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |