Click or drag to resize
ForumViewerResolvePostText Method (Object, Object)
Resolve post text with dependence on current forum.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public string ResolvePostText(
	Object text,
	Object data
)

Parameters

text
Type: SystemObject
Post text
data
Type: SystemObject
Container dataitem

Return Value

Type: String
See Also