Click or drag to resize

IPublishingTargetMarkedOnPageVersion Method


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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool MarkedOnPageVersion(
	IPageVersion pageVersion
)

Parameters

pageVersion  IPageVersion
The page's version on which to check marked-for-publish status

Return Value

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