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

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

Parameters

ID
Type: SystemString
The objects unique ID.

Return Value

Type: PublishedContent
A PublishedContent object
Remarks