Show / Hide Table of Contents

Class UnlockFileBatchArg

The unlock file batch arg object

Inheritance
System.Object
UnlockFileBatchArg
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 UnlockFileBatchArg

Constructors

| Improve this Doc View Source

UnlockFileBatchArg(IEnumerable<UnlockFileArg>)

Initializes a new instance of the UnlockFileBatchArg class.

Declaration
public UnlockFileBatchArg(IEnumerable<UnlockFileArg> entries)
Parameters
Type Name Description
System.Collections.Generic.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

| Improve this Doc View Source

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.

Declaration
public IList<UnlockFileArg> Entries { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<UnlockFileArg>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnlockFileBatchArg(IEnumerable<UnlockFileArg>)
  • Properties
    • Entries
Back to top Generated by DocFX