Class PathToTags
The path to tags object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class PathToTags
Constructors
View SourcePathToTags(string, IEnumerable<Tag>)
Initializes a new instance of the PathToTags class.
Declaration
public PathToTags(string path, IEnumerable<Tag> tags)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path of the item. |
| IEnumerable<Tag> | tags | Tags assigned to this item. |
Properties
View SourcePath
Path of the item.
Declaration
public string Path { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Tags assigned to this item.
Declaration
public IList<Tag> Tags { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<Tag> |