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

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

Parameters

data
Type: System.Object
Container.DataItem
type
Type: CMS.Forums.ForumActionType
Action type

Return Value

Type: Boolean
See Also