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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public string URLCreator(
	string parameter,
	string value,
	bool postback,
	Object data,
	ForumActionType urlTarget = ForumActionType.Unknown,
	bool encodeUrl = false
)

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
urlTarget (Optional)
Type: CMS.ForumsForumActionType
Indicates destinate part of url
encodeUrl (Optional)
Type: SystemBoolean
Indicates whether Url is encoded.

Return Value

Type: String
See Also