Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxPublic Enumeration EPrefLevel
Dim instance As EPrefLevel
public enum class EPrefLevel
Members
| Member name | Value | Description |
---|
| enPLUndefined | 0 | Undefined |
| enPLHardDefault | 1 | hard-coded default, owner_id == 0 |
| enPLSystemWide | 2 | whole installation, all levels, owner_id == 0 |
| enPLDatabase | 3 | valid for all users of this database, ownerid = travelcurrent.currentid |
| enPLGroup | 4 | valid for all users that are members of this group, owner_id = UserGroup.Id |
| enPLIndividual | 5 | valid for this associate only, owner_id = associate.id |
| enPLPC | 6 | valid for this local PC only, stored in registry HKLM\Software\SuperOffice |
See Also