Okapi .NET Library

IFilterItem.GetGroupID Method 

 [This is preliminary documentation and subject to change.]

Gets the ID of the group to which the item belongs.

[Visual Basic]
Function GetGroupID() As Integer
[C#]
int GetGroupID();
[C++]
int GetGroupID();
[JScript]
function GetGroupID(): int;

Return Value

the ID value of the group to which the item belongs.

Remarks

Group IDs are unique within the input. If the item belongs to no group, the ID is 0.

See Also

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