Okapi .NET Library

IFilterItem.IsSubFlow Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the text of the item is a sub-flow text.

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

Return Value

True if the item is a sub-flow item, false if not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace