| ControlsHelperResolveDynamicControls Method  | 
            Resolves the dynamic control macros within the parent controls collection and loads the dynamic controls instead.
            
 
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntaxpublic 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