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