Show / Hide Table of Contents

Class AccessLevel

Defines the access levels for collaborators.

Inheritance
System.Object
AccessLevel
AccessLevel.Editor
AccessLevel.Other
AccessLevel.Owner
AccessLevel.Traverse
AccessLevel.Viewer
AccessLevel.ViewerNoComment
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AccessLevel

Constructors

| Improve this Doc View Source

AccessLevel()

Initializes a new instance of the AccessLevel class.

Declaration
public AccessLevel()

Properties

| Improve this Doc View Source

AsEditor

Gets this instance as a Editor, or null.

Declaration
public AccessLevel.Editor AsEditor { get; }
Property Value
Type Description
AccessLevel.Editor
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public AccessLevel.Other AsOther { get; }
Property Value
Type Description
AccessLevel.Other
| Improve this Doc View Source

AsOwner

Gets this instance as a Owner, or null.

Declaration
public AccessLevel.Owner AsOwner { get; }
Property Value
Type Description
AccessLevel.Owner
| Improve this Doc View Source

AsTraverse

Gets this instance as a Traverse, or null.

Declaration
public AccessLevel.Traverse AsTraverse { get; }
Property Value
Type Description
AccessLevel.Traverse
| Improve this Doc View Source

AsViewer

Gets this instance as a Viewer, or null.

Declaration
public AccessLevel.Viewer AsViewer { get; }
Property Value
Type Description
AccessLevel.Viewer
| Improve this Doc View Source

AsViewerNoComment

Gets this instance as a ViewerNoComment, or null.

Declaration
public AccessLevel.ViewerNoComment AsViewerNoComment { get; }
Property Value
Type Description
AccessLevel.ViewerNoComment
| Improve this Doc View Source

IsEditor

Gets a value indicating whether this instance is Editor

Declaration
public bool IsEditor { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOwner

Gets a value indicating whether this instance is Owner

Declaration
public bool IsOwner { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTraverse

Gets a value indicating whether this instance is Traverse

Declaration
public bool IsTraverse { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsViewer

Gets a value indicating whether this instance is Viewer

Declaration
public bool IsViewer { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsViewerNoComment

Gets a value indicating whether this instance is ViewerNoComment

Declaration
public bool IsViewerNoComment { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccessLevel()
  • Properties
    • AsEditor
    • AsOther
    • AsOwner
    • AsTraverse
    • AsViewer
    • AsViewerNoComment
    • IsEditor
    • IsOther
    • IsOwner
    • IsTraverse
    • IsViewer
    • IsViewerNoComment
Back to top Generated by DocFX