Sets the root for a specified input list.
[Visual Basic] Sub SetRoot( _ ByVal p_nInputList As Integer, _ ByVal p_sRoot As String _ ) [C#] void SetRoot( int p_nInputList, string p_sRoot ); [C++] void SetRoot( int p_nInputList, String* p_sRoot ); [JScript] function SetRoot( int p_nInputList, String p_sRoot );
Use the method to set the root for a specified input list. A call to the NeedRoot method will tell you if a root is required.
IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility