| ForumTransformationFunctionsGetPostURL Method (Object, Object, Object) | 
            Returns link to selected post.
            
 
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntaxpublic static string GetPostURL(
	Object aliasPath,
	Object postIdPath,
	Object forumId
)
Parameters
- aliasPath
 - Type: SystemObject
Alias path - postIdPath
 - Type: SystemObject
Post id path - forumId
 - Type: SystemObject
Forum id 
Return Value
Type: 
String
See Also