ILingualMappingManagerRemoveMapsForPage Method
|
Removes all lingual maps for a given page. This method severs all lingual connections to a page.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid RemoveMapsForPage(
IContentItem page
)
Sub RemoveMapsForPage (
page As IContentItem
)
void RemoveMapsForPage(
IContentItem^ page
)
abstract RemoveMapsForPage :
page : IContentItem -> unit Parameters
- page IContentItem
- Page from which to remove all lingual maps.
RemarksThis method is called automatically when a page is moved to the recycle folder.
See Also