Click or drag to resize
ForumPostInfoProviderGetPostURL Method
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(
	string postIdPath,
	int forumId,
	bool encodeQueryString
)

Parameters

postIdPath
Type: SystemString
Post id path
forumId
Type: SystemInt32
Forum id
encodeQueryString
Type: SystemBoolean
Indicates if query string should be encoded

Return Value

Type: String
See Also