Common Application Framework

SettingsManager.AddGroup Method 

Adds a new SettingsGroup with the given name.

public abstract SettingsGroup AddGroup(
   string groupName,
   string directory
);

Parameters

groupName
Name of SettingsGroup
directory
The name of the directory where this settings group is saved

Return Value

See Also

SettingsManager Class | Aveva.ApplicationFramework Namespace