Click or drag to resize
DataPagerUpdateQueryStringItem Method
Updates current URL with new items.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string UpdateQueryStringItem(
	string queryStringKey,
	string newQueryStringValue
)

Parameters

queryStringKey
Type: SystemString
Key to add
newQueryStringValue
Type: SystemString
Key value

Return Value

Type: String
See Also