ControlsHelperCheckControlContext Method |
Returns true if specified control is under specified context name.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static bool CheckControlContext(
Control control,
string contextName
)
Parameters
- control
- Type: System.Web.UIControl
Target control - contextName
- Type: SystemString
Context name
Return Value
Type:
BooleanSee Also