Click or drag to resize
ForumViewerAdministratorCode Method (Object, String)
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
)

Parameters

forumID
Type: SystemObject
Forum identifier
htmlCode
Type: SystemString
HTML code which should be returned

Return Value

Type: String
See Also