Click or drag to resize

IRoomManagerContainsGroup Method

Indicates whether the specified Group has been subscribed by the client or not.

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool ContainsGroup(
	string groupId
)

Parameters

groupId
Type: SystemString
The name of the Group.

Return Value

Type: Boolean
true if the client subscribed the passed Group.
See Also