Class LockFileBatchArg
The lock file batch arg object
Inheritance
System.Object
    LockFileBatchArg
  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 LockFileBatchArg
  Constructors
| Improve this Doc View SourceLockFileBatchArg(IEnumerable<LockFileArg>)
Initializes a new instance of the LockFileBatchArg class.
Declaration
public LockFileBatchArg(IEnumerable<LockFileArg> entries)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.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
| Improve this Doc 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 | 
|---|---|
| System.Collections.Generic.IList<LockFileArg> |