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 bool ContainsGroup(
string groupId
)
Parameters
- groupId
- Type: SystemString
The name of the Group.
Return Value
Type:
Booleantrue if the client subscribed the passed Group.
See Also