Class SharedLinkAccessLevel
Shared link access level.
Inheritance
SharedLinkAccessLevel
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAccessLevel
Constructors
View SourceSharedLinkAccessLevel()
Initializes a new instance of the SharedLinkAccessLevel class.
Declaration
public SharedLinkAccessLevel()
Properties
View SourceAsNone
Gets this instance as a None, or null.
Declaration
public SharedLinkAccessLevel.None AsNone { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkAccessLevel.None |
AsOther
Gets this instance as a Other, or null.
Declaration
public SharedLinkAccessLevel.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkAccessLevel.Other |
AsReader
Gets this instance as a Reader, or null.
Declaration
public SharedLinkAccessLevel.Reader AsReader { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkAccessLevel.Reader |
AsWriter
Gets this instance as a Writer, or null.
Declaration
public SharedLinkAccessLevel.Writer AsWriter { get; }
Property Value
| Type | Description |
|---|---|
| SharedLinkAccessLevel.Writer |
IsNone
Gets a value indicating whether this instance is None
Declaration
public bool IsNone { 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 |
IsReader
Gets a value indicating whether this instance is Reader
Declaration
public bool IsReader { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWriter
Gets a value indicating whether this instance is Writer
Declaration
public bool IsWriter { get; }
Property Value
| Type | Description |
|---|---|
| bool |