Click or drag to resize

IPublishingTargetMarkedOnPageCurrentVersion Method


Checks whether the specified Page is marked for publish on its current checked-in version.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool MarkedOnPageCurrentVersion(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
The page to check marking on

Return Value

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

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

See Also