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.3.169
Syntax void RemoveMapsForContentItems(
string[] pageIds
)
Sub RemoveMapsForContentItems (
pageIds As String()
)
void RemoveMapsForContentItems(
array<String^>^ pageIds
)
abstract RemoveMapsForContentItems :
pageIds : string[] -> unit
Parameters
- pageIds
- Type: SystemString
Array of page IDs for which to remove lingual maps.
Remarks Any nonexisting page IDs are ignored.
See Also