Change the name of a Room at runtime.

Namespace: Sfs2X.Requests
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class ChangeRoomNameRequest : BaseRequest

Remarks

This request might fail if the Room was configured not be ranamed or if the User sending the request is not the owner of the Room.

Moderators and Administrator can override this last constraint.

Inheritance Hierarchy

System..::..Object
  Sfs2X.Requests..::..BaseRequest
    Sfs2X.Requests..::..ChangeRoomNameRequest

See Also