Show / Hide Table of Contents

Class PathToTags

The path to tags object

Inheritance
System.Object
PathToTags
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 PathToTags

Constructors

| Improve this Doc View Source

PathToTags(String, IEnumerable<Tag>)

Initializes a new instance of the PathToTags class.

Declaration
public PathToTags(string path, IEnumerable<Tag> tags)
Parameters
Type Name Description
System.String path

Path of the item.

System.Collections.Generic.IEnumerable<Tag> tags

Tags assigned to this item.

Properties

| Improve this Doc View Source

Path

Path of the item.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tags

Tags assigned to this item.

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