Click or drag to resize
MacroMethodContainerGetIntParam Method
Returns the parameter converted to integer or zero if parameter is not integer.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected static int GetIntParam(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Parameter to convert

Return Value

Type: Int32
See Also