Okapi .NET Library

IFilter.SetLocalizationDirectives Method 

 [This is preliminary documentation and subject to change.]

Passes a localization directives context to the filter.

[Visual Basic]
Function SetLocalizationDirectives( _ 
   ByVal p_LD As ILocalizationDirectives _ 
) As Boolean
[C#]
bool SetLocalizationDirectives(
   ILocalizationDirectives p_LD
);
[C++]
bool SetLocalizationDirectives(
   ILocalizationDirectives* p_LD
);
[JScript]
function SetLocalizationDirectives(
   ILocalizationDirectives p_LD
): bool;

Parameters

p_LD
Context to pass.

Return Value

True if the context was passed without error, false otherwise.

Remarks

When the filter is used to process data extracted from inside another dataset (e.g. a script within an HTML file) you may need to pass the context of the outer filter.

See Also

IFilter Interface | Okapi.Library.Filter Namespace