Class GetTagsArg
The get tags arg object
Inheritance
System.Object
GetTagsArg
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 GetTagsArg
Constructors
| Improve this Doc View SourceGetTagsArg(IEnumerable<String>)
Initializes a new instance of the GetTagsArg class.
Declaration
public GetTagsArg(IEnumerable<string> paths)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | paths | Path to the items. |
Properties
| Improve this Doc View SourcePaths
Path to the items.
Declaration
public IList<string> Paths { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |