Click or drag to resize
ClientConfigGetPublishedContent Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a PublishedContentCollection object representing the published content for a particular category.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public PublishedContentCollection GetPublishedContent(
	Category Category,
	bool RefreshFromServer = false
)

Parameters

Category
Type: DataPAServerSecurityCategory
The category the published content is published to.
RefreshFromServer (Optional)
Type: SystemBoolean
True if the list of objects published to the server should be refreshed, regardless of whether it has already been read.

Return Value

Type: PublishedContentCollection
A PublishedContentCollection object representing the published content for a particular category.
Remarks