ICategoryNodeHasPage Method Ingeniux CMS Content Store API

Checks whether a given page is associated with this CategoryNode.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool HasPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page on which to check category association

Return Value

Type: Boolean
True if page is associated with this CategoryNode, false otherwise.
See Also

Reference