DataPA Enterprise Dashboard Controls API Reference

The PublishedContentCollection type exposes the following members.

Constructors

  Name Description
Public method PublishedContentCollection
Initializes a new instance of the PublishedContentCollection class

Methods

  Name Description
Public method GetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public method MoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public method Reset
Implements System.Collections.IEnumerator.Reset.

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property Count
Gets the number of User objects in this collection.
Public property Current
Implements System.Collections.IEnumerator.Current.
Public property Item[([( Int32])])
Gets a PublishedContent object from the collection based on it's index in the collection.
Public property Item[([( String])])
Gets a PublishedContent object from the collection based on it's unique ID.

See Also