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

Parameters

page  IPage
Page to check on

Return Value

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