Show / Hide Table of Contents

Class AddTagArg

The add tag arg object

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

Constructors

| Improve this Doc View Source

AddTagArg(String, String)

Initializes a new instance of the AddTagArg class.

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

Path to the item to be tagged.

System.String tagText

The value of the tag to add.

Properties

| Improve this Doc View Source

Path

Path to the item to be tagged.

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

TagText

The value of the tag to add.

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