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

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static bool ResolveDynamicControls(
	Control parent
)

Parameters

parent
Type: System.Web.UIControl
Parent control of the control tree to resolve

Return Value

Type: Boolean
See Also