AFNotification.FindNotifications Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Performs a search to retrieve a collection of AFNotification objects
that match the specified query.
Overload List
| Name | Description | |
|---|---|---|
| FindNotifications(PISystem, Guid, Object) |
Performs a search within the PISystem to retrieve a collection
of AFNotification objects with the specified list of unique identifiers.
| |
| 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.
| |
| 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.
| |
| 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.
| |
| 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.
| |
| 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
In This Topic
Related Links
- FindNotifications Method (PISystem, Guid[], Object)
- FindNotifications Method (AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32)
- FindNotifications Method (AFDatabase, String, AFCategory, AFElementTemplate, AFSortField, AFSortOrder, Int32)
- FindNotifications Method (AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindNotifications Method (AFDatabase, String, String, AFCategory, AFElementTemplate, AFElement, AFContact, AFStatus, AFSortField, AFSortOrder, Int32)
- FindNotifications Method (AFDatabase, String, String, AFCategory, AFElementTemplate, AFElement, AFContact, AFStatus, AFSortField, AFSortOrder, Int32, Int32)