'Declaration
Public Shared Function Find( _ ByVal historyId As System.Long, _ ByVal js As Server _ ) As System.Collections.Generic.ICollection(Of HistoryAuditTrail)
'Usage
Dim historyId As System.Long Dim js As Server Dim value As System.Collections.Generic.ICollection(Of HistoryAuditTrail) value = HistoryAuditTrail.Find(historyId, js)
Parameters
- historyId
- The history id for which to load audit information.
- js
- The JAMS Server.