Class LinkAccessLevel
The link access level object
Inheritance
System.Object
LinkAccessLevel
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 LinkAccessLevel
Constructors
| Improve this Doc View SourceLinkAccessLevel()
Initializes a new instance of the LinkAccessLevel class.
Declaration
public LinkAccessLevel()
Properties
| Improve this Doc View SourceAsEditor
Gets this instance as a Editor, or null
.
Declaration
public LinkAccessLevel.Editor AsEditor { get; }
Property Value
Type | Description |
---|---|
LinkAccessLevel.Editor |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LinkAccessLevel.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkAccessLevel.Other |
AsViewer
Gets this instance as a Viewer, or null
.
Declaration
public LinkAccessLevel.Viewer AsViewer { get; }
Property Value
Type | Description |
---|---|
LinkAccessLevel.Viewer |
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 |