Class LockFileResult
The lock file result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LockFileResult
Constructors
View SourceLockFileResult(Metadata, FileLock)
Initializes a new instance of the LockFileResult class.
Declaration
public LockFileResult(Metadata metadata, FileLock @lock)
Parameters
| Type | Name | Description |
|---|---|---|
| Metadata | metadata | Metadata of the file. |
| FileLock | lock | Field is deprecated. The file lock state after the operation. |
Properties
View SourceLock
Field is deprecated. The file lock state after the operation.
Declaration
public FileLock Lock { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FileLock |
Metadata
Metadata of the file.
Declaration
public Metadata Metadata { get; protected set; }
Property Value
| Type | Description |
|---|---|
| Metadata |