Click or drag to resize

RoomPermissionsAllowNameChange Property

Indicates whether changing the Room name after its creation is allowed or not.

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

Property Value

Type: Boolean
Remarks
The Room name can be changed by means of the ChangeRoomNameRequest request.

The default value is false.

See Also