ControlsHelperResolveDynamicControls Method (Control) |
Resolves the inline 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: 10.0.0
Syntax public static bool ResolveDynamicControls(
Control parent
)
Parameters
- parent
- Type: System.Web.UIControl
Parent control of the control tree to resolve
Return Value
Type:
BooleanSee Also