Click or drag to resize

RoomExtension Constructor

Creates a new RoomExtension instance.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public RoomExtension(
	string id,
	string className
)

Parameters

id
Type: SystemString
The name of the Extension as deployed on the server; it's the name of the folder containing the Extension classes inside the main [sfs2x-install-folder]/SFS2X/extensions folder.
className
Type: SystemString
The fully qualified name of the main class of the Extension.
Remarks
The RoomSettings.Extension property must be set to this instance during Room creation.
See Also