Click or drag to resize
TransformationHelperGetForumPostUrl Method
Returns URL of the specified forum post.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetForumPostUrl(
	Object postIdPath,
	Object forumId
)

Parameters

postIdPath
Type: SystemObject
Post id path
forumId
Type: SystemObject
Forum id

Return Value

Type: String
See Also