Class LockFileBatchArg
The lock file batch arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LockFileBatchArg
Constructors
View SourceLockFileBatchArg(IEnumerable<LockFileArg>)
Initializes a new instance of the LockFileBatchArg class.
Declaration
public LockFileBatchArg(IEnumerable<LockFileArg> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<LockFileArg> | entries | List of 'entries'. Each 'entry' contains a path of the file which will be locked or queried. Duplicate path arguments in the batch are considered only once. |
Properties
View SourceEntries
List of 'entries'. Each 'entry' contains a path of the file which will be locked or queried. Duplicate path arguments in the batch are considered only once.
Declaration
public IList<LockFileArg> Entries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<LockFileArg> |