Okapi .NET Library

IFilterItem.GetLineBreak Method 

 [This is preliminary documentation and subject to change.]

Gets the type of line-break for this item.

[Visual Basic]
Function GetLineBreak() As String
[C#]
string GetLineBreak();
[C++]
String* GetLineBreak();
[JScript]
function GetLineBreak(): String;

Return Value

The line-break representation.

Remarks

CAUTION   This line-break value is not reset when you call the Reset method.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetLineBreak