ModuleCommandsForumsGetPostUrl Method |
Returns URL of the specified forum post.
Forum idPost id pathIndicates if the query string should be encoded
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string ForumsGetPostUrl(
string postIdPath,
int forumId,
bool encodeQueryString
)
Parameters
- postIdPath
- Type: SystemString
- forumId
- Type: SystemInt32
- encodeQueryString
- Type: SystemBoolean
Return Value
Type:
StringSee Also