Click or drag to resize
TransformationHelperGetForumPostUrlForFeed Method
Returns URL of the specified forum post with feed parameter.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
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: String
See Also