Class RequestedLinkAccessLevel
The requested link access level object
Inheritance
RequestedLinkAccessLevel
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RequestedLinkAccessLevel
Constructors
View SourceRequestedLinkAccessLevel()
Initializes a new instance of the RequestedLinkAccessLevel class.
Declaration
public RequestedLinkAccessLevel()
Properties
View SourceAsDefault
Gets this instance as a Default, or null.
Declaration
public RequestedLinkAccessLevel.Default AsDefault { get; }
Property Value
| Type | Description |
|---|---|
| RequestedLinkAccessLevel.Default |
AsEditor
Gets this instance as a Editor, or null.
Declaration
public RequestedLinkAccessLevel.Editor AsEditor { get; }
Property Value
| Type | Description |
|---|---|
| RequestedLinkAccessLevel.Editor |
AsMax
Gets this instance as a Max, or null.
Declaration
public RequestedLinkAccessLevel.Max AsMax { get; }
Property Value
| Type | Description |
|---|---|
| RequestedLinkAccessLevel.Max |
AsOther
Gets this instance as a Other, or null.
Declaration
public RequestedLinkAccessLevel.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RequestedLinkAccessLevel.Other |
AsViewer
Gets this instance as a Viewer, or null.
Declaration
public RequestedLinkAccessLevel.Viewer AsViewer { get; }
Property Value
| Type | Description |
|---|---|
| RequestedLinkAccessLevel.Viewer |
IsDefault
Gets a value indicating whether this instance is Default
Declaration
public bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEditor
Gets a value indicating whether this instance is Editor
Declaration
public bool IsEditor { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsMax
Gets a value indicating whether this instance is Max
Declaration
public bool IsMax { 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 |
IsViewer
Gets a value indicating whether this instance is Viewer
Declaration
public bool IsViewer { get; }
Property Value
| Type | Description |
|---|---|
| bool |