IPublishingTargetMarkedVersionForPage Method (IPage) Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

IPageVersion MarkedVersionForPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page to check marking on

Return Value

Type: 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 Targer.

See Also

Reference