Updates of PageVersion is not supported through PageVersionDataSource.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
protected override void SaveItem(
	PageVersion item
)

Parameters

item
Type: EPiServer.DataAbstraction..::.PageVersion
The item to persist.

Exceptions

ExceptionCondition
System..::.NotSupportedExceptionIs always thrown

See Also