ForumViewerURLCreator Method (String, String, Boolean, Object, ForumActionType, 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,
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:
StringSee Also