Class FileLock
The file lock object
Inheritance
System.Object
FileLock
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 FileLock
Constructors
| Improve this Doc View SourceFileLock(FileLockContent)
Initializes a new instance of the FileLock class.
Declaration
public FileLock(FileLockContent content)
Parameters
Type | Name | Description |
---|---|---|
FileLockContent | content | The lock description. |
Properties
| Improve this Doc View SourceContent
The lock description.
Declaration
public FileLockContent Content { get; protected set; }
Property Value
Type | Description |
---|---|
FileLockContent |