EPrivacyLevel Enumeration |
Visible for settings. Private to group means that the PrivateToGroup property can be used to select the group.
SODocument.Private
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EPrivacyLevel
Public Enumeration EPrivacyLevel
Dim instance As EPrivacyLevel
public enum class EPrivacyLevel
Members
| Member name | Value | Description |
---|
| enPrivAll | 0 | This activity can be read by anyone |
| enPrivPrivate | 1 | This activity can only be read/seen by the owner |
| enPrivGroup | 2 | This activity can only be read by members of my group/department |
See Also