Click or drag to resize

CloneVersionMapFinalizationEventArgs Class


Arguments for LingualPageVersionMap's OnFinalize event. Signals that a lingual page version map has been finalized, which means translation for the master Page's corresponding version has been translated and has a corresponding clone page version in the target language.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ingeniux.CMS.EventCloneVersionMapFinalizationEventArgs

Namespace: Ingeniux.CMS.Event
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
public class CloneVersionMapFinalizationEventArgs : EventArgs

The CloneVersionMapFinalizationEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCloneVersionMapFinalizationEventArgsInitializes a new instance of the CloneVersionMapFinalizationEventArgs class
Top
Properties
 NameDescription
Public propertyVersionMap Gets the version map that has been finalized.
Top
See Also