Click or drag to resize
PublishedContentCollectionItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a PublishedContent object from the collection based on it's index in the collection.

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PublishedContent this[
	int ix
] { get; }

Parameters

ix
Type: SystemInt32
The objects index in the collection.

Return Value

Type: PublishedContent
A PublishedContent object
Remarks