get_setting_bool Method
Returns the boolean setting of a specific system setting
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string get_setting_bool( string setting) |
VB |
Public Shared Function get_setting_bool ( setting As String) As String |
Parameters
setting
Type: System.String
The setting to retrieve
Return Value
Type: String"checked" if setting is enabled else an empty string
See Also
functions Class
Scheduler Namespace