Okapi .NET Library

IUtilitySet.GetInputListType Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

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

Return Value

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.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace