RecipientMemberKind Enumeration |
Specifies the member kinds of recipients associated with
RecipientId.
Namespace:
Dundas.BI.Notifications.Delivery
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum RecipientMemberKind
Public Enumeration RecipientMemberKind
public enum class RecipientMemberKind
Members
| Member name | Value | Description |
---|
| None | 0 | The recipient member kind is not set. |
| Account | 1 | The recipient is an account. |
| WindowsGroupAccount | 4 | The recipient is a Windows Group account. |
| Group | 5 | The recipient is a group. |
| ExternalGroupAccount | 7 | The recipient is a (non-Windows) External Group account. |
See Also