Gets a collection of all of the datasources included in the current display.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string[] GetDataSources()
Visual Basic
Public Function GetDataSources As String()
JScript
public function GetDataSources() : String[]

Return Value

A list of datasources used in the current display.

See Also