get_setting_text_w_file Method
Returns the string setting of a specific setting that exists in a specific INI file
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string get_setting_text_w_file( string setting, string file) |
VB |
Public Shared Function get_setting_text_w_file ( setting As String, file As String) As String |
Parameters
setting
Type: System.String
The setting to retrieve as string
file
Type: System.String
The filename of the file to read (file is in the Config folder)
Return Value
Type: String
See Also
functions Class
Scheduler Namespace