Class UnshareFileError
Error result for UnshareFileAsync(UnshareFileArg).
Inheritance
UnshareFileError
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class UnshareFileError
Constructors
View SourceUnshareFileError()
Initializes a new instance of the UnshareFileError class.
Declaration
public UnshareFileError()
Properties
View SourceAsAccessError
Gets this instance as a AccessError, or null.
Declaration
public UnshareFileError.AccessError AsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFileError.AccessError |
AsOther
Gets this instance as a Other, or null.
Declaration
public UnshareFileError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFileError.Other |
AsUserError
Gets this instance as a UserError, or null.
Declaration
public UnshareFileError.UserError AsUserError { get; }
Property Value
| Type | Description |
|---|---|
| UnshareFileError.UserError |
IsAccessError
Gets a value indicating whether this instance is AccessError
Declaration
public bool IsAccessError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUserError
Gets a value indicating whether this instance is UserError
Declaration
public bool IsUserError { get; }
Property Value
| Type | Description |
|---|---|
| bool |