ILingualMappingManagerAddMap Method Ingeniux CMS Content Store API

Adds a new lingual map between pages.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ILingualPageMap AddMap(
	IPage masterPage,
	IPage clonePage
)

Parameters

masterPage
Type: Ingeniux.CMSIPage
Master page of the map
clonePage
Type: Ingeniux.CMSIPage
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

Reference