Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IDynamicPropertyLookup

Find dynamic property values for a specific page.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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.

Extension Methods