RoomPermissionsAllowPublicMessages Property |
Indicates whether users inside the Room are allowed to send public messages or not.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool AllowPublicMessages { get; set; }
Property Value
Type:
BooleanRemarks
Public messages can be sent by means of the
PublicMessageRequest request.
The default value is
false.
See Also