Click or drag to resize
CMSCssSettingsLoadItemsFromQueryString Method
Loads the CSS settings from the query string

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static List<CMSItem> LoadItemsFromQueryString(
	string key
)

Parameters

key
Type: SystemString
Query string key

Return Value

Type: ListCMSItem
See Also