AFAnalysis.FindAnalyses Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Performs a search to retrieve a collection of AFAnalysis objects.
Overload List
| Name | Description | |
|---|---|---|
| FindAnalyses(PISystem, Guid, Object) |
Performs a search within the PISystem to retrieve a collection
of AFAnalysis objects with the specified list of unique identifiers.
| |
| FindAnalyses(AFObject, AFSortField, AFSortOrder, Int32) | Obsolete.
Performs a non-paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects with the specified target.
| |
| FindAnalyses(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32) |
Performs a non-paged text search within the AFDatabase to retrieve a collection
of AFAnalysis objects which have a field that match the specified query string.
| |
| FindAnalyses(AFObject, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects with the specified target.
| |
| FindAnalyses(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32, Int32, Int32) |
Performs a paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects which have a field that match the specified query string.
| |
| FindAnalyses(AFDatabase, String, String, NullableInt16, AFCategory, AFAnalysisTemplate, AFElement, AFStatus, AFSortField, AFSortOrder, Int32, Int32) | Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection
of AFAnalysis objects that match the specified query strings and
additional filters.
|
See Also
In This Topic
Related Links
- FindAnalyses Method (PISystem, Guid[], Object)
- FindAnalyses Method (AFObject, AFSortField, AFSortOrder, Int32)
- FindAnalyses Method (AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32)
- FindAnalyses Method (AFObject, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindAnalyses Method (AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindAnalyses Method (AFDatabase, String, String, Nullable(Int16), AFCategory, AFAnalysisTemplate, AFElement, AFStatus, AFSortField, AFSortOrder, Int32, Int32)