Preferences
Returns an array of all preferences and preference categories.Preference categories have the isPreference key set to false. Preferences have the isPreference key set to true.If no preferences exist, an empty array is returned, otherwise an array, which contains preference objects and preference category objects is returned.
Columns
Name | Type | References | |
Id | Integer | ||
CategoryId | Integer | ||
LastModified | Datetime | ||
Created | Datetime | ||
IsPreference | Boolean | ||
IsPublic | Boolean | ||
Order | String | ||
PrivateName | String | ||
PublicName | String | ||
PreferenceCount | Integer | ||
Preferences | String |