The delegate that will be used when fetching properties from a PropertyDataCollection.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public delegate PropertyData GetPropertyDelegate( string name, PropertyDataCollection properties ) |
Parameters
- name
- Type: System..::.String
The name of the property.
- properties
- Type: EPiServer.Core..::.PropertyDataCollection
The PropertyDataCollection.
Return Value
The property with the given name from the PropertyDataCollection.
Remarks
It's possible to write your own GetPropertyDelegate and specify that is should be used
by setting the GetHandler property of the PropertyDataCollection.