Okapi .NET Library

IUtilitySet.GetInputListCount Method 

 [This is preliminary documentation and subject to change.]

Get the number of input lists needed for the current utility.

[Visual Basic]
Function GetInputListCount() As Integer
[C#]
int GetInputListCount();
[C++]
int GetInputListCount();
[JScript]
function GetInputListCount(): int;

Return Value

The number of input lists needed for the current utility.

Remarks

Note that some utilities may not require an input list.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | NeedRoot | SetRoot | GetInputListType