DataPA Enterprise Dashboard Controls API Reference
Gets a PublishedContent object from the collection based on it's index in the collection.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public PublishedContent this[
	int ix
] { get; }
Visual Basic
Public ReadOnly Property Item ( 
	ix As Integer
) As PublishedContent
	Get
Visual C++
public:
virtual property PublishedContent^ Item[int ix] {
	PublishedContent^ get (int ix) sealed;
}

Parameters

ix
Type: System..::..Int32
The objects index in the collection.

Return Value

Type: PublishedContent
A PublishedContent object

Implements

PublishedContentCollection..::.._PublishedContentCollection..::..Item[([( Int32])])

Remarks