settings_iter_init


Description:

public void settings_iter_init (AccountSettingIter iter, string? key_prefix)

Initializes iter to iterate over the account settings.

If key_prefix is not null, only keys whose names start with key_prefix will be iterated over.

Parameters:

this

the Account.

iter

an uninitialized AccountSettingIter structure.

key_prefix

enumerate only the settings whose key starts with key_prefix.