Binds a EPiServer property to a parameter object.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public class PropertyParameter : Parameter

Remarks

You can use the PropertyParameter to bind the value of an EPiServer property, such as PageName, to a parameter used in a paremeterized DataSource scenarios.

Inheritance Hierarchy

System..::.Object
  System.Web.UI.WebControls..::.Parameter
    EPiServer.Web.WebControls..::.PropertyParameter

See Also