Click or drag to resize

IComponentContentUnitInstancePublish Method


Generates Presentation fragments markup template for the shared out content Component

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Publish(
	IPublishingTarget pubTarget,
	IPageVersion page,
	IPresentationFormatter formatter
)

Parameters

pubTarget
Type: Ingeniux.CMSIPublishingTarget
Publishing target to publish to
page
Type: Ingeniux.CMSIPageVersion
The content of the shared out component
formatter
Type: Ingeniux.CMS.PresentationIPresentationFormatter
The formatter to use to generate the markup template
See Also