Click or drag to resize
HeaderActionsIsActionVisible Method
Indicates if given action can be added to the header.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual bool IsActionVisible(
	HeaderAction action
)

Parameters

action
Type: CMS.ExtendedControls.ActionsConfigHeaderAction
Action to be checked

Return Value

Type: Boolean
See Also