Click or drag to resize
PublishedContentCollection Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Class that represents a collection of published dashboards, reports or queries on the server.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEnginePublishedContentCollection

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class PublishedContentCollection : _PublishedContentCollection, 
	IEnumerable, IEnumerator

The PublishedContentCollection type exposes the following members.

Constructors
  NameDescription
Public methodPublishedContentCollection
Initializes a new instance of the PublishedContentCollection class
Top
Methods
  NameDescription
Public methodAdd
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of User objects in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets a PublishedContent object from the collection based on it's index in the collection.
Public propertyItemString
Gets a PublishedContent object from the collection based on it's unique ID.
Top
Remarks