Class GetTagsArg
The get tags arg object
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTagsArg
Constructors
View SourceGetTagsArg(IEnumerable<string>)
Initializes a new instance of the GetTagsArg class.
Declaration
public GetTagsArg(IEnumerable<string> paths)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | paths | Path to the items. |
Properties
View SourcePaths
Path to the items.
Declaration
public IList<string> Paths { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |