Click or drag to resize

ILingualPageVersionMapFinalizeMap Method


Finalize this lingual version map with clone page version information.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void FinalizeMap(
	int clonePageVersion,
	IUser finalizeUser
)

Parameters

clonePageVersion
Type: SystemInt32
The version of the translated clone page
finalizeUser
Type: Ingeniux.CMSIUser
The User that performed the finalization. This user may or may not be the current operating user.
Remarks
This method will close the version map and allow its Page map to create a new version map
See Also