ID3-Sync Scripting API

Config Methods

The methods of the Config class are listed below. For a complete list of Config class members, see the Config Members topic.

Public Static (Shared) Methods

CleanRegistry Removes all ID3-Sync entries from the registry and prevents SaveConfig from writing new values.
GetBool Retrieve the bool value of a key.
GetInt Retrieve the integer value of a key.
GetString Retrieve the string value of a key.
LoadConfig Loads the configuration values from the registry for later use by the various GetXXX methods. If CleanRegistry has been called it does not load anything from the registy.
LoadReplaceList Loads the replace list for filenames from the registry for later use by ReplaceIllegalStrings. If CleanRegistry has been called it does not load anything from the registy.
ReplaceIllegalStrings Replaces illegal substrings with the values which are defined in the registry.
SaveConfig Writes the configuration values to the registry. If CleanRegistry has been called nothing will be saved.
SetBool Sets a configuration key to a boolean value.
SetValue Sets the configuration key's value.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

Config Class | ID3Sync.IO Namespace