Show / Hide Table of Contents

Class LockFileBatchResult

The lock file batch result object

Inheritance
System.Object
FileOpsResult
LockFileBatchResult
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 LockFileBatchResult : FileOpsResult

Constructors

| Improve this Doc View Source

LockFileBatchResult(IEnumerable<LockFileResultEntry>)

Initializes a new instance of the LockFileBatchResult class.

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

| Improve this Doc View Source

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.

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