IPublishingTargetCanMarkPage Method Ingeniux CMS Content Store API

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

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference