Click or drag to resize

IPublishingTargetMarkedVersionForPage(IPage) Method


Retrieves the marked Version of the specified Page on this publishing target.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IPageVersion MarkedVersionForPage(
	IPage page
)

Parameters

page  IPage
Page to check marking on

Return Value

IPageVersion
The marked Version for the specified Page on this publishing target.
Remarks

This method returns null if the "page" parameter value is null, or if the Page is not marked for publish on this Publishing Target.

See Also