Saves an item. Is not supported by SoftLinkDataSource. Throws NotSupportedException

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

Syntax

C#
protected override void SaveItem(
	SoftLink item
)

Parameters

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

See Also