Click or drag to resize
ForumViewerURLCreator Method (String, String, Boolean, Object, Boolean)
Returns url with dependence on parameters.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax
C#
public string URLCreator(
	string parameter,
	string value,
	bool postback,
	Object data,
	bool encodeUrl
)

Parameters

parameter
Type: SystemString
Querystring parameter
value
Type: SystemString
Querystring value
postback
Type: SystemBoolean
Indicates whether link should be postback
data
Type: SystemObject
Container.DataItem
encodeUrl
Type: SystemBoolean
Indicates whether Url is encoded.

Return Value

Type: String
See Also