INotificationServiceNotificationQueryCount Method  | 
 Gets the number of notifications corresponding to query criteria.
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxint NotificationQueryCount(
	ICollection<NotificationQueryFilterRule>? filter
)
Function NotificationQueryCount ( 
	filter As ICollection(Of NotificationQueryFilterRule)
) As Integer
int NotificationQueryCount(
	ICollection<NotificationQueryFilterRule^>^ filter
)
abstract NotificationQueryCount : 
        filter : ICollection<NotificationQueryFilterRule> -> int 
Parameters
- filter
 - Type: System.Collections.GenericICollectionNotificationQueryFilterRule
              The filter rules which should be applied to the query, or  if the total number
              of records should be returned.
             
Return Value
Type: 
Int32The number of notifications matching the filter criteria.
Exceptions
Remarks
              If the caller is associated with a tenant, the results will be filtered so that only notifications associated
              with that tenant are included.
            
See Also