Interface ConfigFile.IScriptingConfiguration
Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IScriptingConfiguration
Properties
EnableScripting
Created in Database scope
Declaration
bool EnableScripting { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxTimeouts
Created in Database scope
Declaration
int MaxTimeouts { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ScriptPath
Created in Database scope
Declaration
string ScriptPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeoutLimit
Created in Database scope
Declaration
int TimeoutLimit { get; set; }
Property Value
| Type | Description |
|---|---|
| int |