Click or drag to resize

ILingualPageMap Methods


The ILingualPageMap type exposes the following members.

Methods
  Name Description
Public method FinalizeVersionMap Finalize the last version map
Public method InitializeVersionMap Create a new version map. This version map will have the Master Page version, but not the Clone Page version.
Public method Remove

Remove this Lingual map. This will sever the lingual tie between 2 pages.

The Clone Page at this point can change its locale again. If the Master Page has no other lingual maps, it can change locale too.

Public method Touch Updated the entity's LastModified value to the current time.
(Inherited from IEntity)
Public method ValidateData Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity)
Public method ValidateUserPermission Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.
(Inherited from IEntity)
Public method VersionMaps Retrieves the history of lingual map between the versions of 2 pages in this Lingual map
Public method VersionMapsCount Gets the count of version maps.
Top
See Also