Class AddTagArg
The add tag arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class AddTagArg
Constructors
View SourceAddTagArg(string, string)
Initializes a new instance of the AddTagArg class.
Declaration
public AddTagArg(string path, string tagText)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path to the item to be tagged. |
| string | tagText | The value of the tag to add. Will be automatically converted to lowercase letters. |
Properties
View SourcePath
Path to the item to be tagged.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TagText
The value of the tag to add. Will be automatically converted to lowercase letters.
Declaration
public string TagText { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |