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.6.308
Syntax void RemoveMapsForPage(
IContentItem page
)
Sub RemoveMapsForPage (
page As IContentItem
)
void RemoveMapsForPage(
IContentItem^ page
)
abstract RemoveMapsForPage :
page : IContentItem -> unit
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