Click or drag to resize
ForumViewerIsAvailable Method
Returns true if action is available.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public bool IsAvailable(
	Object data,
	ForumActionType type
)

Parameters

data
Type: SystemObject
Container.DataItem
type
Type: CMS.ForumsForumActionType
Action type

Return Value

Type: Boolean
See Also