Click or drag to resize

ILingualMappingManagerRemoveMapsForContentItems Method


Removes all ligual maps for a collection of pages specified by page ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void RemoveMapsForContentItems(
	string[] pageIds
)

Parameters

pageIds
Type: SystemString
Array of page IDs for which to remove lingual maps.
Remarks
Any nonexisting page IDs are ignored.
See Also