ControlsHelperResolveDynamicControls Method (Control, String) |
Resolves the inline control macros within the parent controls collection and loads the dynamic controls instead.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax public static bool ResolveDynamicControls(
Control parent,
string allowedControls
)
Parameters
- parent
- Type: System.Web.UIControl
Parent control of the control tree to resolve - allowedControls
- Type: SystemString
List of the allowed controls separated by semicolon
Return Value
Type:
BooleanSee Also