Okapi .NET Library

IFilterItem.SetSubFlow Method 

 [This is preliminary documentation and subject to change.]

Sets the indicator whether the text of the item is a sub-flow text.

[Visual Basic]
Sub SetSubFlow( _ 
   ByVal p_bValue As Boolean _ 
)
[C#]
void SetSubFlow(
   bool p_bValue
);
[C++]
void SetSubFlow(
   bool p_bValue
);
[JScript]
function SetSubFlow(
   bool p_bValue
);

Parameters

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

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace