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.492
Syntax
IPublishLogSummary GetPublishLogSummaryForPubTarget(
	string pubTargetId
)

Parameters

pubTargetId  String
ID of the publishing target.

Return Value

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