Click or drag to resize

ILingualMappingManagerRemoveMapsForPage Method


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: 10.5.94
Syntax
void RemoveMapsForPage(
	IContentItem page
)

Parameters

page
Type: Ingeniux.CMSIContentItem
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