IPageCreationRuleRemoveParentPage Method
|
Removes a parent
Page from the parent pages collection
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool RemoveParentPage(
IPage page
)
Function RemoveParentPage (
page As IPage
) As Boolean
bool RemoveParentPage(
IPage^ page
)
abstract RemoveParentPage :
page : IPage -> bool Parameters
- page IPage
- Page to remove from parent pages collection
Return Value
BooleanTrue if the given page is not null and was in the parent page collection. Otherwise, this method returns false.
See Also