Click or drag to resize
ForumViewerGetLink Method
Returns link with dependence on parameters.

Namespace: CMS.Forums.Web.UI
Assembly: CMS.Forums.Web.UI (in CMS.Forums.Web.UI.dll) Version: 10.0.0
Syntax
C#
public string GetLink(
	Object data,
	Object text,
	string cssClassName,
	ForumActionType type
)

Parameters

data
Type: SystemObject
Container.DataItem
text
Type: SystemObject
Link text
cssClassName
Type: SystemString
CSS class name
type
Type: CMS.ForumsForumActionType
Forum action type

Return Value

Type: String
See Also