Click or drag to resize
ForumTransformationFunctions.GetPostURL Method (Object, Object)
Returns link to selected post.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string GetPostURL(
	Object postIdPath,
	Object forumId
)

Parameters

postIdPath
Type: System.Object
Post id path
forumId
Type: System.Object
Forum id

Return Value

Type: String
See Also