Click or drag to resize
ControlsHelperResolveDynamicControls Method
Resolves the dynamic control macros within the parent controls collection and loads the dynamic controls instead.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax
C#
public static bool ResolveDynamicControls(
	Control parent,
	string allowedControls = null
)

Parameters

parent
Type: System.Web.UIControl
Parent control of the control tree to resolve
allowedControls (Optional)
Type: SystemString
List of the allowed controls separated by semicolon

Return Value

Type: Boolean
See Also