Click or drag to resize
CMSCssSettingsGetCSSQueryString Method (String, ListCMSItem, Boolean)
Gets the query string for the given list of components

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public string GetCSSQueryString(
	string key,
	List<CMSItem> items,
	bool includeQuestionMark
)

Parameters

key
Type: SystemString
Items key
items
Type: System.Collections.GenericListCMSItem
Items list
includeQuestionMark
Type: SystemBoolean
If true, the question mark is included

Return Value

Type: String
See Also