Okapi .NET Library

BaseUtilitySet.GetInputListType Method 

 [This is preliminary documentation and subject to change.]

Implements IUtilitySet.GetInputListType.

[Visual Basic]
Overridable Public Function GetInputListType( _ 
   ByVal p_nInputList As Integer _ 
) _
    Implements IUtilitySet.GetInputListType As Integer
[C#]
public virtual int GetInputListType(
   int p_nInputList
);
[C++]
public: virtual int GetInputListType(
   int p_nInputList
);
[JScript]
public virtual function GetInputListType(
   int p_nInputList
): int;

Implements

IUtilitySet.GetInputListType

Remarks

By default this class assumes that all input lists are source-type list. You need to override this method if you have one or more input lists that are target-type files.

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace