AFElement.FindElements Method
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
Performs a search to retrieve a collection of AFElement objects
that match the specified query.
Overload List
| Name | Description | |
|---|---|---|
| FindElements(PISystem, Guid, Object) | ||
| FindElements(AFDatabase, AFElement, String, AFSearchField, Boolean, AFSortField, AFSortOrder, Int32) |
Performs a non-paged text search within the AFDatabase to retrieve a collection
of AFElement objects which have a field that matches the specified query string.
| |
| FindElements(AFDatabase, AFElement, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32) | Obsolete.
Performs a search on the element's name within the AFDatabase
to retrieve a non-paged collection of AFElement objects that match the specified
query string and additional filters.
| |
| FindElements(AFDatabase, AFElement, String, AFSearchField, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32) |
Performs a paged text search within the AFDatabase to retrieve a collection
of AFElement objects which have a field that matches the specified query string.
| |
| FindElements(AFDatabase, AFElement, String, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32) | Obsolete.
Performs a search on the element's name within the AFDatabase
to retrieve a non-paged collection of AFElement objects that match the specified
query string and additional filters.
| |
| FindElements(AFDatabase, AFElement, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Performs a search on the element's name within the AFDatabase
to retrieve a paged collection of AFElement objects that match the specified
query string and additional filters.
| |
| FindElements(AFDatabase, AFElement, String, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32) | Obsolete.
Performs a search on the element's name within the AFDatabase
to retrieve a paged collection of AFElement objects that match the specified
query string and additional filters.
|
See Also
In This Topic
Related Links
- FindElements Method (PISystem, Guid[], Object)
- FindElements Method (AFDatabase, AFElement, String, AFSearchField, Boolean, AFSortField, AFSortOrder, Int32)
- FindElements Method (AFDatabase, AFElement, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32)
- FindElements Method (AFDatabase, AFElement, String, AFSearchField, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindElements Method (AFDatabase, AFElement, String, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32)
- FindElements Method (AFDatabase, AFElement, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32)
- FindElements Method (AFDatabase, AFElement, String, String, AFCategory, AFElementTemplate, AFElementType, Boolean, AFSortField, AFSortOrder, Int32, Int32, Int32)