Query which will return an extension api provide the extension's id and name The caller is blocked until execution finishes.
Declaration Syntax
public static ExtensionAPI InvokeAndWait(string ExtensionId, string ExtensionName)
Parameters
- ExtensionId(string)
Id of the extension (ShortId or GUID) This parameter is required, and may not be null.
- ExtensionName(string)
Name of the extension This parameter is required, and may not be null.