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
)
Sub FinalizeMap (
clonePageVersion As Integer,
finalizeUser As IUser
)
void FinalizeMap(
int clonePageVersion,
IUser^ finalizeUser
)
abstract FinalizeMap :
clonePageVersion : int *
finalizeUser : IUser -> unit
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