DataPA Enterprise Dashboard Controls 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

C#
public PublishedContentCollection GetPublishedContent(
	Category Category,
	bool RefreshFromServer = false
)
Visual Basic
Public Function GetPublishedContent ( 
	Category As Category,
	Optional RefreshFromServer As Boolean = false
) As PublishedContentCollection
Visual C++
public:
virtual PublishedContentCollection^ GetPublishedContent(
	Category^ Category, 
	bool RefreshFromServer = false
) sealed

Parameters

Category
Type: DataPAServerSecurity..::..Category
The category the published content is published to.
RefreshFromServer (Optional)
Type: System..::..Boolean
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