IPageCreationRuleRemoveParentPage Method Ingeniux CMS Content Store API

Removes a parent Page from the parent pages collection

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

bool RemoveParentPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page to remove from parent pages collection

Return Value

Type: Boolean
True if the given page is not null and was in the parent page collection. Otherwise, this method returns false.
See Also

Reference