Class FileLockContent
The file lock content object
Inheritance
FileLockContent
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileLockContent
Constructors
View SourceFileLockContent()
Initializes a new instance of the FileLockContent class.
Declaration
public FileLockContent()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public FileLockContent.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| FileLockContent.Other |
AsSingleUser
Gets this instance as a SingleUser, or null.
Declaration
public FileLockContent.SingleUser AsSingleUser { get; }
Property Value
| Type | Description |
|---|---|
| FileLockContent.SingleUser |
AsUnlocked
Gets this instance as a Unlocked, or null.
Declaration
public FileLockContent.Unlocked AsUnlocked { get; }
Property Value
| Type | Description |
|---|---|
| FileLockContent.Unlocked |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSingleUser
Gets a value indicating whether this instance is SingleUser
Declaration
public bool IsSingleUser { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlocked
Gets a value indicating whether this instance is Unlocked
Declaration
public bool IsUnlocked { get; }
Property Value
| Type | Description |
|---|---|
| bool |