JAMS Developer Guide
Find Method (HistoryAuditTrail)


MVPSI.JAMS Namespace > HistoryAuditTrail Class : Find Method
The history id for which to load audit information.
The JAMS Server.
Searches the JAMS History Audit Trail for matching information.
Syntax
'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)
public static System.Collections.Generic.ICollection<HistoryAuditTrail> Find( 
   System.long historyId,
   Server js
)

Parameters

historyId
The history id for which to load audit information.
js
The JAMS Server.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HistoryAuditTrail Class
HistoryAuditTrail Members