Class FileErrorResult.FileNotFoundError
File specified by id was not found.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileErrorResult.FileNotFoundError : FileErrorResult
Constructors
View SourceFileNotFoundError(string)
Initializes a new instance of the FileErrorResult.FileNotFoundError class.
Declaration
public FileNotFoundError(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | The value |
Properties
View SourceValue
Gets the value of this instance.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string |