Okapi .NET Library

IFilterItem.SetLevel Method 

 [This is preliminary documentation and subject to change.]

Sets the level of grouping.

[Visual Basic]
Sub SetLevel( _ 
   ByVal p_nValue As Integer _ 
)
[C#]
void SetLevel(
   int p_nValue
);
[C++]
void SetLevel(
   int p_nValue
);
[JScript]
function SetLevel(
   int p_nValue
);

Parameters

p_nValue
The new level of grouping.

Remarks

The level value is zero-based (no group).

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetLevel | SetGroupID