Get the data representation suitable for storing to the database. "Serialize".

Namespace:  EPiServer.SpecializedProperties
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public override Object SaveData(
	PropertyDataCollection properties
)

Parameters

properties
Type: EPiServer.Core..::.PropertyDataCollection
The properties for the current page.

Return Value

A string representation of the xhtml where the permanent links have not been resolved.

Remarks

Returns with unresolved links

See Also