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.3.169
Syntax bool MasterPageIdsContainExistingMap(
string[] rootIds,
string targetLocale
)
Function MasterPageIdsContainExistingMap (
rootIds As String(),
targetLocale As String
) As Boolean
bool MasterPageIdsContainExistingMap(
array<String^>^ rootIds,
String^ targetLocale
)
abstract MasterPageIdsContainExistingMap :
rootIds : string[] *
targetLocale : string -> bool
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