ClientConfigGetPublishedContent Method |
|
DataPA OpenAnalytics API Reference
Gets a PublishedContentCollection object representing the published content for a particular category.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public PublishedContentCollection GetPublishedContent(
Category Category,
bool RefreshFromServer = false
)
Public Function GetPublishedContent (
Category As Category,
Optional RefreshFromServer As Boolean = false
) As PublishedContentCollection
public:
virtual PublishedContentCollection^ GetPublishedContent(
Category^ Category,
bool RefreshFromServer = false
) sealed
function GetPublishedContent(Category, RefreshFromServer);
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:
PublishedContentCollectionA PublishedContentCollection object representing the published content for a particular category.
Remarks See Also