TabPageChatAgentIsActionAllowed Method

The PCB-I checks for existing of the id to execute actions or key-combination.

Definition

Namespace: PCBI_AI_Agent
Assembly: PCBI_AI_Agent (in PCBI_AI_Agent.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public bool IsActionAllowed(
	ID_ActionItem id
)

Parameters

id  ID_ActionItem
 

Return Value

Boolean

Implements

IPluginIsActionAllowed(ID_ActionItem)

See Also