Loads items into list type of control.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- options
- Type: System String
Items specified by 'options'
- query
- Type: System String
Items specified by 'query'
- list
- Type: System.Web.UI.WebControls ListItemCollection
List control
- fieldInfo
- Type: CMS.FormEngine FormFieldInfo
Current fieldInfo, may be NULL
- resolver (Optional)
- Type: CMS.MacroEngine MacroResolver
Macro resovler to use
- sortItems (Optional)
- Type: System Boolean
If true, the items are sorted before filling a target collection
See Also