Okapi .NET Library

ILocalizationDirectives.UseDNLFile Method 

 [This is preliminary documentation and subject to change.]

Indicates if existing Do-Not-Localize list file should be taken into account.

[Visual Basic]
Function UseDNLFile() As Boolean
[C#]
bool UseDNLFile();
[C++]
bool UseDNLFile();
[JScript]
function UseDNLFile(): bool;

Return Value

True if DNL list file should be used, false otherwise.

Remarks

Use the SetOptions method to change this option.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace | SetOptions