Class SharedLinkAccessLevel
Shared link access level.
Inheritance
System.Object
SharedLinkAccessLevel
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAccessLevel
Constructors
| Improve this Doc View SourceSharedLinkAccessLevel()
Initializes a new instance of the SharedLinkAccessLevel class.
Declaration
public SharedLinkAccessLevel()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReader
Gets a value indicating whether this instance is Reader
Declaration
public bool IsReader { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWriter
Gets a value indicating whether this instance is Writer
Declaration
public bool IsWriter { get; }
Property Value
Type | Description |
---|---|
System.Boolean |