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 SourceAddTagArg(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 SourcePath
Path to the item to be tagged.
Declaration
public string Path { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
TagText
The value of the tag to add.
Declaration
public string TagText { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |