Dropbox .NET SDK
Show / Hide Table of Contents

Class RemoveTagError

The remove tag error object

Inheritance
object
RemoveTagError
RemoveTagError.Other
RemoveTagError.Path
RemoveTagError.TagNotPresent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class RemoveTagError

Constructors

View Source

RemoveTagError()

Initializes a new instance of the RemoveTagError class.

Declaration
public RemoveTagError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public RemoveTagError.Other AsOther { get; }
Property Value
Type Description
RemoveTagError.Other
View Source

AsPath

Gets this instance as a Path, or null.

Declaration
public RemoveTagError.Path AsPath { get; }
Property Value
Type Description
RemoveTagError.Path
View Source

AsTagNotPresent

Gets this instance as a TagNotPresent, or null.

Declaration
public RemoveTagError.TagNotPresent AsTagNotPresent { get; }
Property Value
Type Description
RemoveTagError.TagNotPresent
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
bool
View Source

IsTagNotPresent

Gets a value indicating whether this instance is TagNotPresent

Declaration
public bool IsTagNotPresent { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK