ForumViewerLastUser Method |
Returns user name of last post for current forum or thread.
Namespace: CMS.Forums.Web.UIAssembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 12.0.0
Syntax 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:
StringSee Also