Click or drag to resize
ForumPostInfoProviderGetPath Method
Returns PostIdPath in correct format.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static string GetPath(
	string path,
	int postId
)

Parameters

path
Type: SystemString
Posts path
postId
Type: SystemInt32
Post ID

Return Value

Type: String
See Also