Create the default PropertyData object for given base type.

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

Syntax

C#
public static PropertyData CreatePropertyDataObject(
	PropertyDataType propType
)

Parameters

propType
Type: EPiServer.Core..::.PropertyDataType
The PropertyDataType that you want to create a property for.

See Also