Okapi .NET Library

IUtilitySet.GetRoot Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_nInputList
Index of the specified input list. The index is zero-based.

Return Value

The root of the specified input list.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace