ID3-Sync Scripting API

Config.SetBool Method 

Sets a configuration key to a boolean value.

[Visual Basic]
Public Shared Sub SetBool( _
   ByVal key As String, _
   ByVal value As Boolean _
)
[C#]
public static void SetBool(
   string key,
   bool value
);

Parameters

key
The key whose value should be set.
value
The key's value.

See Also

Config Class | ID3Sync.IO Namespace