Dropbox .NET SDK
Show / Hide Table of Contents

Class GetTagsArg

The get tags arg object

Inheritance
object
GetTagsArg
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class GetTagsArg

Constructors

View Source

GetTagsArg(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 Source

Paths

Path to the items.

Declaration
public IList<string> Paths { get; protected set; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK