Okapi .NET Library

IUtilitySet.AddOutput Method 

 [This is preliminary documentation and subject to change.]

Adds an output file to the list.

[Visual Basic]
Sub AddOutput( _ 
   ByVal p_sPath As String, _ 
   ByVal p_sEncoding As String _ 
)
[C#]
void AddOutput(
   string p_sPath,
   string p_sEncoding
);
[C++]
void AddOutput(
   String* p_sPath,
   String* p_sEncoding
);
[JScript]
function AddOutput(
   String p_sPath,
   String p_sEncoding
);

Parameters

p_sPath
Full path of the output file to create.
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