Okapi .NET Library

IFilterItem.SetGroupID Method 

 [This is preliminary documentation and subject to change.]

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

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

Parameters

p_nValue
The new ID value to set.

Remarks

Use this method to set the ID of the group to which the item belongs.

See Also

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