Class FileErrorResult.InvalidFileActionError
User does not have permission to take the specified action on the file.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileErrorResult.InvalidFileActionError : FileErrorResult
Constructors
View SourceInvalidFileActionError(string)
Initializes a new instance of the FileErrorResult.InvalidFileActionError class.
Declaration
public InvalidFileActionError(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 |