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