Class GetTagsResult
The get tags result object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTagsResult
Constructors
View SourceGetTagsResult(IEnumerable<PathToTags>)
Initializes a new instance of the GetTagsResult class.
Declaration
public GetTagsResult(IEnumerable<PathToTags> pathsToTags)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<PathToTags> | pathsToTags | List of paths and their corresponding tags. |
Properties
View SourcePathsToTags
List of paths and their corresponding tags.
Declaration
public IList<PathToTags> PathsToTags { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<PathToTags> |