Click or drag to resize

ILingualMappingManagerAddMap Method


Adds a new lingual map between pages.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ILingualPageMap AddMap(
	IContentItem masterPage,
	IContentItem clonePage
)

Parameters

masterPage  IContentItem
Master page of the map
clonePage  IContentItem
Clone page of the map

Return Value

ILingualPageMap
Newly added lingual map
Exceptions
ExceptionCondition
ArgumentExceptionWhen either the master page or clone page parameter is null
Remarks
Master and clone pages cannot not be null, or an exception will be thrown.
See Also