Class LockConflictError
The lock conflict error object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LockConflictError
Constructors
View SourceLockConflictError(FileLock)
Initializes a new instance of the LockConflictError class.
Declaration
public LockConflictError(FileLock @lock)
Parameters
| Type | Name | Description |
|---|---|---|
| FileLock | lock | The lock that caused the conflict. |
Properties
View SourceLock
The lock that caused the conflict.
Declaration
public FileLock Lock { get; protected set; }
Property Value
| Type | Description |
|---|---|
| FileLock |