Class FileLockContent
The file lock content object
Inheritance
System.Object
FileLockContent
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileLockContent
Constructors
| Improve this Doc View SourceFileLockContent()
Initializes a new instance of the FileLockContent class.
Declaration
public FileLockContent()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsSingleUser
Gets a value indicating whether this instance is SingleUser
Declaration
public bool IsSingleUser { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlocked
Gets a value indicating whether this instance is Unlocked
Declaration
public bool IsUnlocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |