ControlsHelper ParseInlineParameters Method Kentico 8.0 API Reference
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: 8.0.0.0 (8.0.5239.26125)

Parameters

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

Return Value

Type: OnlineHashtable
Returns collection of parameters
See Also