Class ItemTaggedEvent
  
  
  
  
    Inheritance
    System.Object
    ItemTaggedEvent
   
  
  Assembly: MediaBrowser.Controller.dll
  
  
    public sealed class ItemTaggedEvent
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public BaseItem[] CollectionFolders { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public bool IsNew { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public LibraryOptions LibraryOptions { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public MetadataRefreshOptions MetadataRefreshOptions { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public long TaggedItemId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int64 |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public Type TaggedItemType { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Type |  | 
    
  
  Extension Methods