public array getProperties(
$section
string = genie.form.Public);Get users properties.
Fetches an associative array of the users properties, the array consists of propertyName => propertyValue.
The optional $section parameter is used to specify which section to use, and defaults to "genie.form.Public".
By default, the only sections are genie.form.Public and genie.form.Private (Properties visible to user, and properties hidden from user) but the other modules for creating properties have support for multiple sections to facilitate customization.