IPublishingTargetMarkedOnPageCurrentVersion Method Ingeniux CMS Content Store API

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

Reference