DataPA Enterprise Dashboard Controls API Reference 
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
          
            
        
        
          
            
        
      
      
    The PublishedContentCollection type exposes the following members.
          
            
Constructors
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              PublishedContentCollection | 
                 Initializes a new instance of the PublishedContentCollection class 
               | 
            
          
            
Methods
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              GetEnumerator | 
                 
 Implements System.Collections.IEnumerable.GetEnumerator.
  
               | 
            
| 
                 | 
              MoveNext | 
                 
 Implements System.Collections.IEnumerator.MoveNext.
  
               | 
            
| 
                 | 
              Reset | 
                 
 Implements System.Collections.IEnumerator.Reset.
  
               | 
            
          
            
Fields
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              ClassId | |
| 
                 | 
              EventsId | |
| 
                 | 
              InterfaceId | 
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Count | 
                 
 Gets the number of User objects in this collection.
  
               | 
            
| 
                 | 
              Current | 
                 
 Implements System.Collections.IEnumerator.Current.
  
               | 
            
| 
                 | 
              Item[([( Int32])]) | 
                 
 Gets a PublishedContent object from the collection based on it's index in the collection.
  
               | 
            
| 
                 | 
              Item[([( String])]) | 
                 
 Gets a PublishedContent object from the collection based on it's unique ID.
  
               |