The default property get handler.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public static PropertyData DefaultPropertyHandler( 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 that should be looked in first.
Return Value
The property with the given name.
Remarks
The property will be searched for in the following order: The PropertyDataCollection, fetch data from, dynamic properties.