A simple property get handler that only looks in the PropertyDataCollection.

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

Syntax

C#
public static PropertyData SimplePropertyHandler(
	string name,
	PropertyDataCollection properties
)

Parameters

name
Type: System..::.String
The name of the property that you want to fetch.
properties
Type: EPiServer.Core..::.PropertyDataCollection
The PropertyDataCollection.

Return Value

The property with the given name from the PropertyDataCollection.

See Also