Click or drag to resize
ModuleCommandsForumsGetPostUrl Method
Returns URL of the specified forum post. Forum idPost id pathIndicates if the query string should be encoded

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string ForumsGetPostUrl(
	string postIdPath,
	int forumId,
	bool encodeQueryString
)

Parameters

postIdPath
Type: SystemString
forumId
Type: SystemInt32
encodeQueryString
Type: SystemBoolean

Return Value

Type: String
See Also