Click or drag to resize

IPublishingTargetVariablePublishingTarget Method


Retrieves the Publishing Target this override value is for.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPublishingTarget PublishingTarget(
	IPublishingManager pubManager
)

Parameters

pubManager
Type: Ingeniux.CMSIPublishingManager
Publishing Manager instance

Return Value

Type: IPublishingTarget
The Publishing Target this override value is for, or null if the target doesn't exist.
See Also