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 SourceGetTagsResult(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 SourcePathsToTags
List of paths and their corresponding tags.
Declaration
public IList<PathToTags> PathsToTags { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<PathToTags> |