TransformationHelperGetForumPostUrlForFeed Method |
Returns URL of the specified forum post with feed parameter.
Namespace: CMS.ControlsAssembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax public string GetForumPostUrlForFeed(
string feedName,
Object postIdPath,
Object forumId
)
Parameters
- feedName
- Type: SystemString
Name of the feed - postIdPath
- Type: SystemObject
Post id path - forumId
- Type: SystemObject
Forum id
Return Value
Type:
StringSee Also