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 SourcePathToTags(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 SourcePath
Path of the item.
Declaration
public string Path { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Tags
Tags assigned to this item.
Declaration
public IList<Tag> Tags { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IList<Tag> |