| DataPagerUpdateQueryStringItem Method | 
            Updates current URL with new items.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string UpdateQueryStringItem(
	string queryStringKey,
	string newQueryStringValue
)
Parameters
- queryStringKey
- Type: SystemString
 Key to add
- newQueryStringValue
- Type: SystemString
 Key value
Return Value
Type: 
String See Also
See Also