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.5.94
Syntax
ILingualPageMap AddMap(
	IContentItem masterPage,
	IContentItem clonePage
)

Parameters

masterPage
Type: Ingeniux.CMSIContentItem
Master page of the map
clonePage
Type: Ingeniux.CMSIContentItem
Clone page of the map

Return Value

Type: 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