RoomExtensionPropertiesFile Property |
Defines the name of an optional properties file that should be loaded on the server-side during the Extension initialization.
Namespace:
Sfs2X.Requests
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public string PropertiesFile { get; set; }
Property Value
Type:
StringRemarks
The file must be located in the server-side folder containing the Extension classes.
See Also