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

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