Creates a PropertyData object from a RawProperty.

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

Syntax

C#
public static PropertyData CreatePropertyDataObject(
	RawProperty rawProp
)

Parameters

rawProp
Type: EPiServer.Core..::.RawProperty
The source to create the new property from.

Return Value

A new PropertyData object.

See Also