Gets the type of input associated with a specified input list.
[Visual Basic] Function GetInputListType( _ ByVal p_nInputList As Integer _ ) As Integer [C#] int GetInputListType( int p_nInputList ); [C++] int GetInputListType( int p_nInputList ); [JScript] function GetInputListType( int p_nInputList ): int;
The value 0: for a mandatory input of type source, the value 1: for a mandatory input of type target, the value 2: for an optional input of type source, and the value 3: for an optional input of type target.
IUtilitySet Interface | Okapi.Library.Utility Namespace