Show / Hide Table of Contents

Class LockFileError.LockConflict

The user action conflicts with an existing lock on the file.

Inheritance
System.Object
LockFileError
LockFileError.LockConflict
Inherited Members
LockFileError.IsPathLookup
LockFileError.AsPathLookup
LockFileError.IsTooManyWriteOperations
LockFileError.AsTooManyWriteOperations
LockFileError.IsTooManyFiles
LockFileError.AsTooManyFiles
LockFileError.IsNoWritePermission
LockFileError.AsNoWritePermission
LockFileError.IsCannotBeLocked
LockFileError.AsCannotBeLocked
LockFileError.IsFileNotShared
LockFileError.AsFileNotShared
LockFileError.IsLockConflict
LockFileError.AsLockConflict
LockFileError.IsInternalError
LockFileError.AsInternalError
LockFileError.IsOther
LockFileError.AsOther
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 Source

LockConflict(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 Source

Value

Gets the value of this instance.

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