Show / Hide Table of Contents

Class RemoveTagArg

The remove tag arg object

Inheritance
System.Object
RemoveTagArg
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 RemoveTagArg

Constructors

| Improve this Doc View Source

RemoveTagArg(String, String)

Initializes a new instance of the RemoveTagArg class.

Declaration
public RemoveTagArg(string path, string tagText)
Parameters
Type Name Description
System.String path

Path to the item to tag.

System.String tagText

The tag to remove.

Properties

| Improve this Doc View Source

Path

Path to the item to tag.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TagText

The tag to remove.

Declaration
public string TagText { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoveTagArg(String, String)
  • Properties
    • Path
    • TagText
Back to top Generated by DocFX