CustomDataFunctionExecutorGetPromptRequestsCore Method TIBCO Spotfire 7.6 API Reference
Gets the prompt requests that can be constructed based on just the function definition metadata, without an actual function invocation. This is used during the data load phase, to be able to synchronously prompt for e.g. credentials before starting the asynchronous function execution.

Namespace: Spotfire.Dxp.Application.Extension
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
protected virtual IEnumerable<Object> GetPromptRequestsCore(
	ImportContext importContext,
	DataFunctionDefinition functionDefinition
)

Parameters

importContext
Type: Spotfire.Dxp.Data.ImportImportContext
An import context.
functionDefinition
Type: Spotfire.Dxp.Data.DataFunctionsDataFunctionDefinition
The function definition.

Return Value

Type: IEnumerableObject
The prompt models to return, the implementor is expected to use the yield return pattern.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference