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

Namespace: CMS.Forums.Web.UI
Assembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 10.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