Okapi .NET Library

IFilterItem.GetXMLStyle Method 

 [This is preliminary documentation and subject to change.]

Gets the indicator for XML style for this item.

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

Return Value

True if the item is XML text, false otherwise.

Remarks

CAUTION   This indicator value is not reset when you call the Reset method.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetXMLStyle