Okapi .NET Library

IUtilitySet.AddInput Method 

 [This is preliminary documentation and subject to change.]

Adds a file to a specified input list.

[Visual Basic]
Sub AddInput( _ 
   ByVal p_nInputList As Integer, _ 
   ByVal p_sPath As String, _ 
   ByVal p_sFilterSettings As String, _ 
   ByVal p_sEncoding As String _ 
)
[C#]
void AddInput(
   int p_nInputList,
   string p_sPath,
   string p_sFilterSettings,
   string p_sEncoding
);
[C++]
void AddInput(
   int p_nInputList,
   String* p_sPath,
   String* p_sFilterSettings,
   String* p_sEncoding
);
[JScript]
function AddInput(
   int p_nInputList,
   String p_sPath,
   String p_sFilterSettings,
   String p_sEncoding
);

Parameters

p_nInputList
Index of the specified input list. The index is zero-based.
p_sPath
Full path of the file to add to the list.
p_sFilterSettings
Filter settings string associated with the file.
p_sEncoding
The name of the encoding of the file. The name must be an IANA charset name. This parameter is used only if the filter cannot detect automatically the encoding of the file.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace