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.5.94
Syntax
bool MasterPageIdsContainExistingMap(
	string[] rootIds,
	string targetLocale
)

Parameters

rootIds
Type: SystemString

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

targetLocale
Type: SystemString

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

Return Value

Type: Boolean

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

See Also