Gets the local aliases defined in the display with the specified filename.

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

Syntax

C#
public static IDictionary GetLocalAliases(
	string uri
)
Visual Basic
Public Shared Function GetLocalAliases ( _
	uri As String _
) As IDictionary
JScript
public static function GetLocalAliases(
	uri : String
) : IDictionary

Parameters

uri
Type: System..::..String
The filename/url of a display file.

Return Value

A dictionary containing the local aliases defined in the specified display, where the dictionary key is an alias name and the dictionary value is the value that the alias name resolves to. If there are no aliases defined in the display, an empty dictionary is returned. If there is an error getting the aliases from the display, null is returned.

See Also