Okapi .NET Library

DNLFile.Load Method 

 [This is preliminary documentation and subject to change.]

Loads a new Do-Not-Localize list.

[Visual Basic]
Public Sub Load( _ 
   ByVal p_sPath As String _ 
)
[C#]
public void Load(
   string p_sPath
);
[C++]
public: void Load(
   String* p_sPath
);
[JScript]
public function Load(
   String p_sPath
);

Parameters

p_sPath
Full path of the file to load.

See Also

DNLFile Class | Okapi.Library.Filter Namespace