NotificationQueryField Enumeration

Properties that can be used to query for notifications.

Namespace:  Dundas.BI.Notifications
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum NotificationQueryField
Members
  Member nameValueDescription
None0No field specified.
Id1The Id property.
Name2The Name property.
NotificationKind3The NotificationKind property.
AccountId4The AccountId property.
AnalysisStructureId5The ID of the analysis structure used for an annotation notification.
LastDeliveryDate6The LastDeliveryDate property.
TenantId7The ID of the tenant associated with the creator of the notification.
See Also