ICategoryNodeRemovePage Method
|
Removes association of this CategoryNode from a given page.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemovePage(
IPage page
)
Function RemovePage (
page As IPage
) As Boolean
bool RemovePage(
IPage^ page
)
abstract RemovePage :
page : IPage -> bool
Parameters
- page
- Type: Ingeniux.CMSIPage
Page from which to remove association
Return Value
Type:
BooleanTrue if association exist, false otherwise.
See Also