Okapi .NET Library

InlineCodeFinder.SetOptions Method 

 [This is preliminary documentation and subject to change.]

Sets the options.

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

Parameters

p_sValue
The string representation of the options.

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace