Show / Hide Table of Contents

Class LockConflictError

The lock conflict error object

Inheritance
System.Object
LockConflictError
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 LockConflictError

Constructors

| Improve this Doc View Source

LockConflictError(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

| Improve this Doc View Source

Lock

The lock that caused the conflict.

Declaration
public FileLock Lock { get; protected set; }
Property Value
Type Description
FileLock
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LockConflictError(FileLock)
  • Properties
    • Lock
Back to top Generated by DocFX