MacroMethodContainerGetBoolParam Method |
Returns the parameter converted to boolean or false if parameter is not boolean.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 12.0.0
Syntax protected static bool GetBoolParam(
Object parameter
)
Parameters
- parameter
- Type: SystemObject
Parameter to convert
Return Value
Type:
BooleanSee Also