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