AFAuditTrail Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAuditTrail type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetDetails |
Get the list of audit trail details that occurred for the requested row in the DataTable, returned by
previously calling AFAuditTrailGetFirst, GetNext, or GetPrevious.
| |
| GetFirst(AFTimeRange, Int32) |
Read audit trail events from the PISystem for the requested time range up to the specified maximum count.
| |
| GetFirst(AFObject, Boolean, AFTimeRange, Int32) |
Read audit trail events from the PISystem for the requested time range up to the specified maximum count.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNext |
Read next page of audit trail events for the originally requested inputs.
If AFAuditTrailGetFirst has not been called, then GetNext will throw invalid parameter error.
| |
| GetPrevious |
Read previous page of audit trail events for the originally requested inputs.
If AFAuditTrailGetFirst and GetNext has not been called, then GetPrevious
will throw invalid parameter error.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |