Click or drag to resize

ILoggingManagerGetPublishLogSummaryForPubTarget Method


Gets the publish log summary based on a publishing target ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
IPublishLogSummary GetPublishLogSummaryForPubTarget(
	string pubTargetId
)

Parameters

pubTargetId
Type: SystemString
ID of the publishing target.

Return Value

Type: IPublishLogSummary
The publish log summary for the publishing target with the provided ID.
See Also