Click or drag to resize
XUserDefInGroup Method
Checks if the user is In a group.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool InGroup(
	int p_GroupId
)

Parameters

p_GroupId
Type: SystemInt32
The group id.

Return Value

Type: Boolean
true if the user is In a group, false otherwise.
See Also