ILingualMappingManagerRemoveMapsForPage Method Ingeniux CMS Content Store API

Removes all lingual maps for a given page. This method severs all lingual connections to a page.

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

void RemoveMapsForPage(
	IPage page
)

Parameters

page
Type: Ingeniux.CMSIPage
Page from which to remove all lingual maps.
Remarks

This method is called automatically when a page is moved to the recycle folder.
See Also

Reference