Click or drag to resize

EPrefLevel Enumeration

at what level of specificity is the preference stored? SOPreference.Get

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public enum EPrefLevel
Members
  Member nameValueDescription
enPLUndefined0Undefined
enPLHardDefault1hard-coded default, owner_id == 0
enPLSystemWide2whole installation, all levels, owner_id == 0
enPLDatabase3valid for all users of this database, ownerid = travelcurrent.currentid
enPLGroup4valid for all users that are members of this group, owner_id = UserGroup.Id
enPLIndividual5valid for this associate only, owner_id = associate.id
enPLPC6valid for this local PC only, stored in registry HKLM\Software\SuperOffice
See Also