Class AccessLevel
Defines the access levels for collaborators.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AccessLevel
Constructors
View SourceAccessLevel()
Initializes a new instance of the AccessLevel class.
Declaration
public AccessLevel()
Properties
View SourceAsEditor
Gets this instance as a Editor, or null.
Declaration
public AccessLevel.Editor AsEditor { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.Editor |
AsNoAccess
Gets this instance as a NoAccess, or null.
Declaration
public AccessLevel.NoAccess AsNoAccess { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.NoAccess |
AsOther
Gets this instance as a Other, or null.
Declaration
public AccessLevel.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.Other |
AsOwner
Gets this instance as a Owner, or null.
Declaration
public AccessLevel.Owner AsOwner { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.Owner |
AsTraverse
Gets this instance as a Traverse, or null.
Declaration
public AccessLevel.Traverse AsTraverse { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.Traverse |
AsViewer
Gets this instance as a Viewer, or null.
Declaration
public AccessLevel.Viewer AsViewer { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.Viewer |
AsViewerNoComment
Gets this instance as a ViewerNoComment, or null.
Declaration
public AccessLevel.ViewerNoComment AsViewerNoComment { get; }
Property Value
| Type | Description |
|---|---|
| AccessLevel.ViewerNoComment |
IsEditor
Gets a value indicating whether this instance is Editor
Declaration
public bool IsEditor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoAccess
Gets a value indicating whether this instance is NoAccess
Declaration
public bool IsNoAccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTraverse
Gets a value indicating whether this instance is Traverse
Declaration
public bool IsTraverse { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsViewer
Gets a value indicating whether this instance is Viewer
Declaration
public bool IsViewer { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsViewerNoComment
Gets a value indicating whether this instance is ViewerNoComment
Declaration
public bool IsViewerNoComment { get; }
Property Value
| Type | Description |
|---|---|
| bool |