Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFNotification.FindNotifications Method

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFNotification.FindNotifications Method
Performs a search to retrieve a collection of AFNotification objects that match the specified query.

Overload List

  NameDescription
Public methodStatic memberCode example
FindNotifications(PISystem, Guid, Object)
Performs a search within the PISystem to retrieve a collection of AFNotification objects with the specified list of unique identifiers.
Public methodStatic memberCode example
FindNotifications(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32)
Performs a non-paged text search within the AFDatabase to retrieve a collection of AFNotification objects which have a field that matches the specified query string.
Public methodStatic memberCode example
FindNotifications(AFDatabase, String, AFCategory, AFElementTemplate, AFSortField, AFSortOrder, Int32)
Performs a non-paged search within the AFDatabase to retrieve a collection of AFNotification objects that match the specified query string and additional filters.
Public methodStatic memberCode example
FindNotifications(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32, Int32, Int32)
Performs a paged text search within the AFDatabase to retrieve a collection of AFNotification objects which have a field that match the specified query string.
Public methodStatic memberCode example
FindNotifications(AFDatabase, String, String, AFCategory, AFElementTemplate, AFElement, AFContact, AFStatus, AFSortField, AFSortOrder, Int32)
Performs a non-paged search within the AFDatabase to retrieve a collection of AFNotification objects that match the specified query strings and additional filters.
Public methodStatic memberCode example
FindNotifications(AFDatabase, String, String, AFCategory, AFElementTemplate, AFElement, AFContact, AFStatus, AFSortField, AFSortOrder, Int32, Int32)
Performs a paged search within the AFDatabase to retrieve a collection of AFNotification objects that match the specified query strings and additional filters.

See Also

TitleResults for “How to create a CRG?”Also Available in