ForumPostInfoProviderGetPostURL Method |
Returns link to selected post.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax 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:
StringSee Also