Show / Hide Table of Contents

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 Source

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

Paths

Path to the items.

Declaration
public IList<string> Paths { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GetTagsArg(IEnumerable<String>)
  • Properties
    • Paths
Back to top Generated by DocFX