AFCase.FindCases Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Performs a non-paged text search to retrieve a collection of AFCase objects
which have a field that match the specified filtering conditions or query string.
Overload List
| Name | Description | |
|---|---|---|
| FindCases(PISystem, Guid, Object) | ||
| FindCases(AFAnalysis, String, AFSearchField, AFSortField, AFSortOrder, Int32) |
Performs a text search within the AFDatabase to retrieve a collection
of AFCase objects that match the specified query string.
| |
| FindCases(AFAnalysis, Object, Int32, AFEventFrameSearchMode, String, AFCategory, AFElementTemplate) |
Retrieves a list of AFCase objects limited to the specified
count beginning at the requested time in the specified direction.
| |
| FindCases(AFAnalysis, Object, Int32, Boolean, String, AFCategory, AFElementTemplate) | Obsolete.
Retrieves a list of AFCase objects limited to the specified
count beginning at the requested start time in the specified direction.
| |
| FindCases(AFAnalysis, AFSearchMode, Object, Object, String, AFCategory, AFElementTemplate, AFSortField, AFSortOrder, Int32) | Obsolete.
Retrieves a list of AFCase objects that match the
specified filtering conditions.
|
See Also
In This Topic
Related Links
- FindCases Method (PISystem, Guid[], Object)
- FindCases Method (AFAnalysis, String, AFSearchField, AFSortField, AFSortOrder, Int32)
- FindCases Method (AFAnalysis, Object, Int32, AFEventFrameSearchMode, String, AFCategory, AFElementTemplate)
- FindCases Method (AFAnalysis, Object, Int32, Boolean, String, AFCategory, AFElementTemplate)
- FindCases Method (AFAnalysis, AFSearchMode, Object, Object, String, AFCategory, AFElementTemplate, AFSortField, AFSortOrder, Int32)