Click or drag to resize

IFinalizeCloneInfo Interface


Represents the information of a page's Lingual Version Map's finalization. This information is only be available when the lingual version map is finalized.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IFinalizeCloneInfo

The IFinalizeCloneInfo type exposes the following members.

Properties
  NameDescription
Public propertyClonePageVersion
Gets the version of the clone version for the finalization.
Public propertyFinalizationDate
Gets the date and time of finalization.
Public propertyFinalizationUser
Gets the user ID of the User that performed the finalization
Top
Remarks
Finalization of lingual map marked that for a specific version of master page, it has an official corresponding version of clone page. This way we will have a clear history of when certain version of the page was translated, who approved the translation, and what is the translated clone page's version.
See Also