SiteBaseBuildQueryString Method (String) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns a query string from a Request.QueryString with an '&' (ampersand) at the end.

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public string BuildQueryString(
	string[] ignoreKeys
)

Parameters

ignoreKeys
Type: SystemString
An array of keys to ignore. This parameter can be null (Nothing i Visual Basic).

Return Value

Type: String
Returns a query string from a collection with an '&' (ampersand) at the end. If nothing is found in the collection, Empty is returned.
See Also

Reference