Show / Hide Table of Contents

Class FileErrorResult

The file error result object

Inheritance
System.Object
FileErrorResult
FileErrorResult.FileNotFoundError
FileErrorResult.InvalidFileActionError
FileErrorResult.Other
FileErrorResult.PermissionDeniedError
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.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class FileErrorResult

Constructors

| Improve this Doc View Source

FileErrorResult()

Initializes a new instance of the FileErrorResult class.

Declaration
public FileErrorResult()

Properties

| Improve this Doc View Source

AsFileNotFoundError

Gets this instance as a FileNotFoundError, or null.

Declaration
public FileErrorResult.FileNotFoundError AsFileNotFoundError { get; }
Property Value
Type Description
FileErrorResult.FileNotFoundError
| Improve this Doc View Source

AsInvalidFileActionError

Gets this instance as a InvalidFileActionError, or null.

Declaration
public FileErrorResult.InvalidFileActionError AsInvalidFileActionError { get; }
Property Value
Type Description
FileErrorResult.InvalidFileActionError
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPermissionDeniedError

Gets this instance as a PermissionDeniedError, or null.

Declaration
public FileErrorResult.PermissionDeniedError AsPermissionDeniedError { get; }
Property Value
Type Description
FileErrorResult.PermissionDeniedError
| Improve this Doc View Source

IsFileNotFoundError

Gets a value indicating whether this instance is FileNotFoundError

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

IsInvalidFileActionError

Gets a value indicating whether this instance is InvalidFileActionError

Declaration
public bool IsInvalidFileActionError { 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

IsPermissionDeniedError

Gets a value indicating whether this instance is PermissionDeniedError

Declaration
public bool IsPermissionDeniedError { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileErrorResult()
  • Properties
    • AsFileNotFoundError
    • AsInvalidFileActionError
    • AsOther
    • AsPermissionDeniedError
    • IsFileNotFoundError
    • IsInvalidFileActionError
    • IsOther
    • IsPermissionDeniedError
Back to top Generated by DocFX