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 Lock
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 |
---|---|
Lock |
AsFileNotShared
Gets this instance as a FileNotShared, or null
.
Declaration
public LockFileError.FileNotShared AsFileNotShared { get; }
Property Value
Type | Description |
---|---|
Lock |
AsInternalError
Gets this instance as a InternalError, or null
.
Declaration
public LockFileError.InternalError AsInternalError { get; }
Property Value
Type | Description |
---|---|
Lock |
AsLockConflict
Gets this instance as a LockConflict, or null
.
Declaration
public LockFileError.LockConflict AsLockConflict { get; }
Property Value
Type | Description |
---|---|
Lock |
AsNoWritePermission
Gets this instance as a NoWritePermission, or null
.
Declaration
public LockFileError.NoWritePermission AsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
Lock |
AsOther
Gets this instance as a Other, or null
.
Declaration
public LockFileError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Lock |
AsPathLookup
Gets this instance as a PathLookup, or null
.
Declaration
public LockFileError.PathLookup AsPathLookup { get; }
Property Value
Type | Description |
---|---|
Lock |
AsTooManyFiles
Gets this instance as a TooManyFiles, or null
.
Declaration
public LockFileError.TooManyFiles AsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
Lock |
AsTooManyWriteOperations
Gets this instance as a TooManyWriteOperations, or null
.
Declaration
public LockFileError.TooManyWriteOperations AsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
Lock |
IsCannotBeLocked
Gets a value indicating whether this instance is CannotBeLocked
Declaration
public bool IsCannotBeLocked { get; }
Property Value
Type | Description |
---|---|
System. |
IsFileNotShared
Gets a value indicating whether this instance is FileNotShared
Declaration
public bool IsFileNotShared { get; }
Property Value
Type | Description |
---|---|
System. |
IsInternalError
Gets a value indicating whether this instance is InternalError
Declaration
public bool IsInternalError { get; }
Property Value
Type | Description |
---|---|
System. |
IsLockConflict
Gets a value indicating whether this instance is LockConflict
Declaration
public bool IsLockConflict { get; }
Property Value
Type | Description |
---|---|
System. |
IsNoWritePermission
Gets a value indicating whether this instance is NoWritePermission
Declaration
public bool IsNoWritePermission { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPathLookup
Gets a value indicating whether this instance is PathLookup
Declaration
public bool IsPathLookup { get; }
Property Value
Type | Description |
---|---|
System. |
IsTooManyFiles
Gets a value indicating whether this instance is TooManyFiles
Declaration
public bool IsTooManyFiles { get; }
Property Value
Type | Description |
---|---|
System. |
IsTooManyWriteOperations
Gets a value indicating whether this instance is TooManyWriteOperations
Declaration
public bool IsTooManyWriteOperations { get; }
Property Value
Type | Description |
---|---|
System. |