Click or drag to resize

ILingualMappingManagerMasterPageIdsContainExistingMap Method


Test a collection of master page ids for existing lingual maps that map to target locale.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool MasterPageIdsContainExistingMap(
	string[] rootIds,
	string targetLocale
)

Parameters

rootIds  String

[Missing <param name="rootIds"/> documentation for "M:Ingeniux.CMS.ILingualMappingManager.MasterPageIdsContainExistingMap(System.String[],System.String)"]

targetLocale  String

[Missing <param name="targetLocale"/> documentation for "M:Ingeniux.CMS.ILingualMappingManager.MasterPageIdsContainExistingMap(System.String[],System.String)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Ingeniux.CMS.ILingualMappingManager.MasterPageIdsContainExistingMap(System.String[],System.String)"]

See Also