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.6.492
Syntax
bool MarkedOnPageCurrentVersion(
	IPage page
)

Parameters

page  IPage
The page to check marking on

Return Value

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