Sends a generic command to a custom connector.
For more information on the commands that can be sent to a custom connector, see the QVX SDK help.
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
Parameters
- provider
- Type:
System String
Connector file name. Command to be executed by the connector.
- command
- Type:
System String
One of: JsonRequest GetCustomCaption IsConnected DisableQlikViewSelectButton HaveStarField
- method
- Type:
System String
Method name to be used within the command. The available methods depend on the chosen connector.
- parameters
- Type:
System.Collections.Generic IEnumerable
String
Parameters of the command. No parameters are required. This parameter is optional.
- appendConnection
- Type:
System String
Name of the connection. This parameter is optional.
Return Value
Type:Implements
IApp SendGenericCommandToCustomConnector(String, String, String, IEnumerable String , String)See Also