Class LockFileError.LockConflict
The user action conflicts with an existing lock on the file.
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 sealed class LockConflict : LockFileError
Constructors
| Improve this Doc View SourceLockConflict(LockConflictError)
Initializes a new instance of the LockFileError.LockConflict class.
Declaration
public LockConflict(LockConflictError value)
Parameters
Type | Name | Description |
---|---|---|
LockConflictError | value | The value |
Properties
| Improve this Doc View SourceValue
Gets the value of this instance.
Declaration
public LockConflictError Value { get; }
Property Value
Type | Description |
---|---|
LockConflictError |