ControlsHelperParseInlineParameters Method |
Parses inline macro values, creates collection of this parameters, sets control name and control parameter if is available.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax 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:
HashtableReturns collection of parameters
See Also