Show / Hide Table of Contents

Class RemoveTagError

The remove tag error object

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

Constructors

| Improve this Doc View Source

RemoveTagError()

Initializes a new instance of the RemoveTagError class.

Declaration
public RemoveTagError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsPath

Gets this instance as a Path, or null.

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

AsTagNotPresent

Gets this instance as a TagNotPresent, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPath

Gets a value indicating whether this instance is Path

Declaration
public bool IsPath { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTagNotPresent

Gets a value indicating whether this instance is TagNotPresent

Declaration
public bool IsTagNotPresent { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoveTagError()
  • Properties
    • AsOther
    • AsPath
    • AsTagNotPresent
    • IsOther
    • IsPath
    • IsTagNotPresent
Back to top Generated by DocFX