IPublishingTargetMarkedOnPageVersion Method Ingeniux CMS Content Store API

Checks whether the specified Page is marked on its specific Version.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool MarkedOnPageVersion(
	IPageVersion pageVersion
)

Parameters

pageVersion
Type: Ingeniux.CMSIPageVersion
The page's version on which to check marked-for-publish status

Return Value

Type: Boolean
True if the version number of the specified PageVersion is marked on this publishing target.
Remarks

If the specified Page is marked on this publishing target, but not the specified version number, this method returns false.

See Also

Reference