Okapi .NET Library

ILocalizationDirectives.LoadDNLFile Method 

 [This is preliminary documentation and subject to change.]

Loads the corresponding DNL list file of the p_sBasePath file. If no corresponding file exists, no data is loaded and no error is reported.

[Visual Basic]
Sub LoadDNLFile( _ 
   ByVal p_sBasePath As String _ 
)
[C#]
void LoadDNLFile(
   string p_sBasePath
);
[C++]
void LoadDNLFile(
   String* p_sBasePath
);
[JScript]
function LoadDNLFile(
   String p_sBasePath
);

Parameters

p_sBasePath
Fule path of the base file of the DNL list file to load. For example the value "C:\Test\myFile.str" will try to load "C:\Test\myFile.str.dnl".

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace