Populates the PageData object with its dynamic properties. This method will always make a call to the database, so use it with care.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ObsoleteAttribute("Not used by the EPiServer Framework any more", false)] public void PopulateDynamicProperties() |
Remarks
Dynamic properties are only available when the pageData instance is read-only. If you need the dynamic properties
even when the instance is writable, call this method.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NotSupportedException | Thrown if the current instance is read-only. |