Class RemoveTagError
The remove tag error object
Inheritance
RemoveTagError
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RemoveTagError
Constructors
View SourceRemoveTagError()
Initializes a new instance of the RemoveTagError class.
Declaration
public RemoveTagError()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public RemoveTagError.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| RemoveTagError.Other |
AsPath
Gets this instance as a Path, or null.
Declaration
public RemoveTagError.Path AsPath { get; }
Property Value
| Type | Description |
|---|---|
| RemoveTagError.Path |
AsTagNotPresent
Gets this instance as a TagNotPresent, or null.
Declaration
public RemoveTagError.TagNotPresent AsTagNotPresent { get; }
Property Value
| Type | Description |
|---|---|
| RemoveTagError.TagNotPresent |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsPath
Gets a value indicating whether this instance is Path
Declaration
public bool IsPath { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsTagNotPresent
Gets a value indicating whether this instance is TagNotPresent
Declaration
public bool IsTagNotPresent { get; }
Property Value
| Type | Description |
|---|---|
| bool |