Click or drag to resize

RoomSettingsPermissions Property

Defines the flags indicating which operations are permitted on the Room.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public RoomPermissions Permissions { get; set; }

Property Value

Type: RoomPermissions
Remarks
Permissions include: name and password change, maximum users change and public messaging. If set to null, the permissions configured on the server-side are used (see the SmartFoxServer 2X Administration Tool documentation).

The default value is null.

See Also