Click or drag to resize

IPublishingTargetCanMarkPage Method


Checks whether a Page can be marked on this publishing target.

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

Parameters

page
Type: Ingeniux.CMSIPage
Page to check on

Return Value

Type: Boolean
True if the Page can be marked, false otherwise.
Remarks

If the Page is a component, it can be marked for publish on any publishing target.

If not, it must be the a descendant of the Root Page of this publishing target to be marked for publish.

See Also