Click or drag to resize
AppSendGenericCommandToCustomConnector Method

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.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string SendGenericCommandToCustomConnector(
	string provider,
	string command,
	string method,
	IEnumerable<string> parameters,
	string appendConnection
)

Parameters

provider
Type: SystemString
Connector file name. Command to be executed by the connector.
command
Type: SystemString
One of: JsonRequest GetCustomCaption IsConnected DisableQlikViewSelectButton HaveStarField
method
Type: SystemString
Method name to be used within the command. The available methods depend on the chosen connector.
parameters
Type: System.Collections.GenericIEnumerableString
Parameters of the command. No parameters are required. This parameter is optional.
appendConnection
Type: SystemString
Name of the connection. This parameter is optional.

Return Value

Type: String

Implements

IAppSendGenericCommandToCustomConnector(String, String, String, IEnumerableString, String)
See Also