Click or drag to resize
ForumViewerLastUser Method
Returns user name of last post for current forum or thread.

Namespace: CMS.Forums.Web.UI
Assembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string LastUser(
	Object data,
	bool thread
)

Parameters

data
Type: SystemObject
Container.DataItem
thread
Type: SystemBoolean
If is true, returns user name of last post for current thread, otherwise returns user name of last post for current forum

Return Value

Type: String
See Also