Interface IDynamicPropertyLookup
Find dynamic property values for a specific page.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface IDynamicPropertyLookup
Methods
FindDynamicProperty(String, PropertyDataCollection)
Finds the dynamic property.
Declaration
PropertyData FindDynamicProperty(string name, PropertyDataCollection properties)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the property. |
PropertyDataCollection | properties | The properties of the page that requests the dynamic property value. |
Returns
Type | Description |
---|---|
PropertyData | A PropertyData with the dynamic property information, or null if not found. |