Class LockFileBatchResult
The lock file batch result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LockFileBatchResult : FileOpsResult
Constructors
View SourceLockFileBatchResult(IEnumerable<LockFileResultEntry>)
Initializes a new instance of the LockFileBatchResult class.
Declaration
public LockFileBatchResult(IEnumerable<LockFileResultEntry> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<LockFileResultEntry> | entries | Each Entry in the 'entries' will have '.tag' with the operation status (e.g. success), the metadata for the file and the lock state after the operation. |
Properties
View SourceEntries
Each Entry in the 'entries' will have '.tag' with the operation status (e.g. success), the metadata for the file and the lock state after the operation.
Declaration
public IList<LockFileResultEntry> Entries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<LockFileResultEntry> |