Gets the current root for a specified input list.
[Visual Basic] Function GetRoot( _ ByVal p_nInputList As Integer _ ) As String [C#] string GetRoot( int p_nInputList ); [C++] String* GetRoot( int p_nInputList ); [JScript] function GetRoot( int p_nInputList ): String;
The root of the specified input list.
IUtilitySet Interface | Okapi.Library.Utility Namespace