Class LockFileError
The lock file error object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class LockFileError
Constructors
| Improve this Doc View SourceLockFileError()
Initializes a new instance of the LockFileError class.
Declaration
public LockFileError()
Properties
| Improve this Doc View SourceAsCannotBeLocked
Gets this instance as a CannotBeLocked, or null
.
Declaration
public LockFileError.CannotBeLocked AsCannotBeLocked { get; }
Property Value
Type | Description |
---|---|
LockFileError.CannotBeLocked |
AsFileNotShared
Gets this instance as a FileNotShared, or null
.
Declaration
public LockFileError.FileNotShared AsFileNotShared { get; }
Property Value
Type | Description |
---|---|
LockFileError.FileNotShared |
AsInternalError
Gets this instance as a InternalError, or null
.
Declaration
public LockFileError.InternalError AsInternalError { get; }
Property Value
Type | Description |
---|---|
LockFileError.InternalError |
AsLockConflict
Gets this instance as a LockConflict, or null
.
Declaration
public LockFileError.LockConflict AsLockConflict { get; }
Property Value
Type | Description |
---|---|
LockFileError.LockConflict |
AsNoWritePermission
Gets this instance as a NoWritePermission, or null
.
Declaration
public LockFileError.NoWritePermission AsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
LockFileError.NoWritePermission |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LockFileError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LockFileError.Other |
AsPathLookup
Gets this instance as a PathLookup, or null
.
Declaration
public LockFileError.PathLookup AsPathLookup { get; }
Property Value
Type | Description |
---|---|
LockFileError.PathLookup |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null
.
Declaration
public LockFileError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
LockFileError.TooManyFiles |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null
.
Declaration
public LockFileError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
LockFileError.TooManyWriteOperations |
IsCannotBeLocked
Gets a value indicating whether this instance is CannotBeLocked
Declaration
public bool IsCannotBeLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFileNotShared
Gets a value indicating whether this instance is FileNotShared
Declaration
public bool IsFileNotShared { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLockConflict
Gets a value indicating whether this instance is LockConflict
Declaration
public bool IsLockConflict { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNoWritePermission
Gets a value indicating whether this instance is NoWritePermission
Declaration
public bool IsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
System.Boolean |