Click or drag to resize
ForumViewerAdministratorCode Method (Object, String, Boolean)
Returns html code if current user is moderator.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public string AdministratorCode(
	Object forumID,
	string htmlCode,
	bool checkForumLock
)

Parameters

forumID
Type: SystemObject
Forum identifier
htmlCode
Type: SystemString
HTML code which should be returned
checkForumLock
Type: SystemBoolean
Indicates whether rights to the forum locking should be checked

Return Value

Type: String
See Also