Show / Hide Table of Contents

Class GetTagsResult

The get tags result object

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

Constructors

| Improve this Doc View Source

GetTagsResult(IEnumerable<PathToTags>)

Initializes a new instance of the GetTagsResult class.

Declaration
public GetTagsResult(IEnumerable<PathToTags> pathsToTags)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<PathToTags> pathsToTags

List of paths and their corresponding tags.

Properties

| Improve this Doc View Source

PathsToTags

List of paths and their corresponding tags.

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