ICategoryNodeHasPage Method
|
Checks whether a given page is associated with this CategoryNode.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool HasPage(
IPage page
)
Function HasPage (
page As IPage
) As Boolean
bool HasPage(
IPage^ page
)
abstract HasPage :
page : IPage -> bool Parameters
- page IPage
- Page on which to check category association
Return Value
BooleanTrue if page is associated with this CategoryNode, false otherwise.
See Also