ILingualMappingManagerAddMap Method
|
Adds a new lingual map between pages.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ILingualPageMap AddMap(
IContentItem masterPage,
IContentItem clonePage
)
Function AddMap (
masterPage As IContentItem,
clonePage As IContentItem
) As ILingualPageMap
ILingualPageMap^ AddMap(
IContentItem^ masterPage,
IContentItem^ clonePage
)
abstract AddMap :
masterPage : IContentItem *
clonePage : IContentItem -> ILingualPageMap
Parameters
- masterPage
- Type: Ingeniux.CMSIContentItem
Master page of the map - clonePage
- Type: Ingeniux.CMSIContentItem
Clone page of the map
Return Value
Type:
ILingualPageMapNewly added lingual map
Exceptions Exception | Condition |
---|
ArgumentException | When 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