AFDatabase.FindChangedItems Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Find all the items that have changed in the AFDatabase.
Overload List
| Name | Description | |
|---|---|---|
| FindChangedItems(Boolean, AFTime, AFTime) | Obsolete.
Find all the items that have changed in the AFDatabase.
| |
| FindChangedItems(Boolean, Int32, Object, Object) |
Find all the items that have changed in the AFDatabase.
| |
| FindChangedItems(AFIdentity, Boolean, AFTime, AFTime) | Obsolete.
Find all the items that have changed in the AFDatabase of the
specified type.
| |
| FindChangedItems(AFIdentity, Boolean, Int32, Object, Object) |
Find all the items that have changed in the AFDatabase of the
specified type.
|