Class UnlockFileBatchArg
The unlock file batch arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class UnlockFileBatchArg
Constructors
View SourceUnlockFileBatchArg(IEnumerable<UnlockFileArg>)
Initializes a new instance of the UnlockFileBatchArg class.
Declaration
public UnlockFileBatchArg(IEnumerable<UnlockFileArg> entries)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<UnlockFileArg> | entries | List of 'entries'. Each 'entry' contains a path of the file which will be unlocked. 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 unlocked. Duplicate path arguments in the batch are considered only once.
Declaration
public IList<UnlockFileArg> Entries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<UnlockFileArg> |