Click or drag to resize
ControlsHelperParseInlineParameters Method
Parses inline macro values, creates collection of this parameters, sets control name and control parameter if is available.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static Hashtable ParseInlineParameters(
	string expression,
	ref string controlParameter,
	ref string controlName
)

Parameters

expression
Type: SystemString
Inline macro without starting {^ and trailing ^}
controlParameter
Type: SystemString
Control parameter
controlName
Type: SystemString
Control name

Return Value

Type: Hashtable
Returns collection of parameters
See Also