Show / Hide Table of Contents

Class LockFileError

The lock file error object

Inheritance
System.Object
LockFileError
LockFileError.CannotBeLocked
LockFileError.FileNotShared
LockFileError.InternalError
LockFileError.LockConflict
LockFileError.NoWritePermission
LockFileError.Other
LockFileError.PathLookup
LockFileError.TooManyFiles
LockFileError.TooManyWriteOperations
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 LockFileError

Constructors

| Improve this Doc View Source

LockFileError()

Initializes a new instance of the LockFileError class.

Declaration
public LockFileError()

Properties

| Improve this Doc View Source

AsCannotBeLocked

Gets this instance as a CannotBeLocked, or null.

Declaration
public LockFileError.CannotBeLocked AsCannotBeLocked { get; }
Property Value
Type Description
LockFileError.CannotBeLocked
| Improve this Doc View Source

AsFileNotShared

Gets this instance as a FileNotShared, or null.

Declaration
public LockFileError.FileNotShared AsFileNotShared { get; }
Property Value
Type Description
LockFileError.FileNotShared
| Improve this Doc View Source

AsInternalError

Gets this instance as a InternalError, or null.

Declaration
public LockFileError.InternalError AsInternalError { get; }
Property Value
Type Description
LockFileError.InternalError
| Improve this Doc View Source

AsLockConflict

Gets this instance as a LockConflict, or null.

Declaration
public LockFileError.LockConflict AsLockConflict { get; }
Property Value
Type Description
LockFileError.LockConflict
| Improve this Doc View Source

AsNoWritePermission

Gets this instance as a NoWritePermission, or null.

Declaration
public LockFileError.NoWritePermission AsNoWritePermission { get; }
Property Value
Type Description
LockFileError.NoWritePermission
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LockFileError.Other AsOther { get; }
Property Value
Type Description
LockFileError.Other
| Improve this Doc View Source

AsPathLookup

Gets this instance as a PathLookup, or null.

Declaration
public LockFileError.PathLookup AsPathLookup { get; }
Property Value
Type Description
LockFileError.PathLookup
| Improve this Doc View Source

AsTooManyFiles

Gets this instance as a TooManyFiles, or null.

Declaration
public LockFileError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type Description
LockFileError.TooManyFiles
| Improve this Doc View Source

AsTooManyWriteOperations

Gets this instance as a TooManyWriteOperations, or null.

Declaration
public LockFileError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type Description
LockFileError.TooManyWriteOperations
| Improve this Doc View Source

IsCannotBeLocked

Gets a value indicating whether this instance is CannotBeLocked

Declaration
public bool IsCannotBeLocked { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsFileNotShared

Gets a value indicating whether this instance is FileNotShared

Declaration
public bool IsFileNotShared { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsInternalError

Gets a value indicating whether this instance is InternalError

Declaration
public bool IsInternalError { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsLockConflict

Gets a value indicating whether this instance is LockConflict

Declaration
public bool IsLockConflict { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsNoWritePermission

Gets a value indicating whether this instance is NoWritePermission

Declaration
public bool IsNoWritePermission { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPathLookup

Gets a value indicating whether this instance is PathLookup

Declaration
public bool IsPathLookup { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyFiles

Gets a value indicating whether this instance is TooManyFiles

Declaration
public bool IsTooManyFiles { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTooManyWriteOperations

Gets a value indicating whether this instance is TooManyWriteOperations

Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LockFileError()
  • Properties
    • AsCannotBeLocked
    • AsFileNotShared
    • AsInternalError
    • AsLockConflict
    • AsNoWritePermission
    • AsOther
    • AsPathLookup
    • AsTooManyFiles
    • AsTooManyWriteOperations
    • IsCannotBeLocked
    • IsFileNotShared
    • IsInternalError
    • IsLockConflict
    • IsNoWritePermission
    • IsOther
    • IsPathLookup
    • IsTooManyFiles
    • IsTooManyWriteOperations
Back to top Generated by DocFX