Initialize any internal data. Called after loading the property's value but before setting it to read only.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public override void InitializeData( PropertyDataCollection properties ) |
Parameters
- properties
- Type: EPiServer.Core..::.PropertyDataCollection
Current property collection.
Remarks
Put any database communication in this method.