hs_checkbox_setting Method
Returns a fully formatted checkbox setting Used mainly as a shortcut on the setup.html page
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public static string hs_checkbox_setting( string setting, string label) |
VB |
Public Shared Function hs_checkbox_setting ( setting As String, label As String) As String |
Parameters
setting
Type: System.String
Setting name as string
label
Type: System.String
The label to display for the setting
Return Value
Type: String
See Also
functions Class
Scheduler Namespace