Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 536 Bytes

File metadata and controls

19 lines (13 loc) · 536 Bytes

IPublicAPI.AddActionKeyword method

Add ActionKeyword for specific plugin

public void AddActionKeyword(string pluginId, string newActionKeyword)
parameter description
pluginId ID for plugin that needs to add action keyword
newActionKeyword The actionkeyword that is supposed to be added

See Also