[This is preliminary documentation and is subject to change.]
Determines the scope in which the CustomCommand can be invoked using it's Key
Namespace:
Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: 3.4.23.6473 (3.4.23.6473)
Syntax
C# |
---|
public enum CustomCommandAllowInvokeByKey |
Visual Basic (Declaration) |
---|
Public Enumeration CustomCommandAllowInvokeByKey |
Visual C++ |
---|
public enum class CustomCommandAllowInvokeByKey |
Members
Member name | Description | |
---|---|---|
FromSameModuleOnly |
Only tasks that belong to the same ModuleController as the task to which the Handler belongs
| |
Always |
Any task
|