Class LockFileBatchResult
The lock file batch result object
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 SourceLockFileBatchResult(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 SourceEntries
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> |