Click or drag to resize

ILingualPageMap Methods


The ILingualPageMap type exposes the following members.

Methods
  NameDescription
Public methodFinalizeVersionMap
Finalize the last version map
Public methodInitializeVersionMap
Create a new version map. This version map will have the Master Page version, but not the Clone Page version.
Public methodRemove

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 methodTouch
Updated the entity's LastModified value to the current time.
(Inherited from IEntity.)
Public methodValidateData
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.)
Public methodValidateUserPermission
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 methodVersionMaps
Retrieves the history of lingual map between the versions of 2 pages in this Lingual map
Public methodVersionMapsCount
Gets the count of version maps.
Top
See Also