ForumViewerLastUser Method |
Returns user name of last post for current forum or thread.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 8.2.23
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