TExternalBaseGetInputDataExtensionKeys Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Protected function "GetInputDataExtensionKeys", provided to the user DLL to obtain the available input data extension keys.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected string[] GetInputDataExtensionKeys(
	int input
)

Parameters

input
Type: SystemInt32
Specifies the zero-based input data index.

Return Value

Type: String
Returns the string array of extension keys for the specified input.
See Also

Reference