Class AccessLevel
Defines the access levels for collaborators.
Inheritance
System.Object
AccessLevel
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 SourceAccessLevel()
Initializes a new instance of the AccessLevel class.
Declaration
public AccessLevel()
Properties
| Improve this Doc View SourceAsEditor
Gets this instance as a Editor, or null
.
Declaration
public AccessLevel.Editor AsEditor { get; }
Property Value
Type | Description |
---|---|
AccessLevel.Editor |
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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOwner
Gets a value indicating whether this instance is Owner
Declaration
public bool IsOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTraverse
Gets a value indicating whether this instance is Traverse
Declaration
public bool IsTraverse { 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 |
IsViewerNoComment
Gets a value indicating whether this instance is ViewerNoComment
Declaration
public bool IsViewerNoComment { get; }
Property Value
Type | Description |
---|---|
System.Boolean |