IJavaScriptDispatcherConfiguration
Overview
The IJavaScriptDispatcherConfiguration interface is used by the Remoting SDK Server Configuration System to represent requested server message(s) configuration. There is no need to implement this interface in the user code unless the server configuration should be loaded from other source (f.e. database) or in different format than are used by default.
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: IJavaScriptDispatcherConfiguration
Properties
DefaultFile
property DefaultFile: String read write;
String DefaultFile { get; set; }
Property DefaultFile() As String
Enabled
property Enabled: Boolean read write;
Boolean Enabled { get; set; }
Property Enabled() As Boolean
Folder
property Folder: String read write;
String Folder { get; set; }
Property Folder() As String
Path
property Path: String read write;
String Path { get; set; }
Property Path() As String
ServeFiles
property ServeFiles: Boolean read write;
Boolean ServeFiles { get; set; }
Property ServeFiles() As Boolean
ServeROJS
property ServeROJS: Boolean read write;
Boolean ServeROJS { get; set; }
Property ServeROJS() As Boolean