set_group


Description:

[ Version ( since = "4.2" ) ]
public void set_group (string group)

Specifies the group in which keys will be read and written.

Subsequent calls to read_entry and write_entry will be applied only in the active group.

If group references a group that does not exists, it will be created for you. But note, that empty groups will not be synced to permanent storage.

Parameters:

this

an Rc object.

group

the name of the new group or null to to switch back to the default group.