ForumViewerURLCreator Method (String, String, Boolean, Object, Boolean) |
Returns url with dependence on parameters.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
Syntax 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:
StringSee Also