UserControlBaseDesignerPreFilterProperties Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Adds properties to or removes properties from the Properties grid in a design host at design time or provides new design-time properties that might correspond to properties on the associated control.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected override void PreFilterProperties(
	IDictionary properties
)

Parameters

properties
Type: System.CollectionsIDictionary
The properties for the class of the component.
See Also

Reference