JAMS Developer Guide
Find Method (AuditTrail)


MVPSI.JAMS Namespace > AuditTrail Class : Find Method
Searches the JAMS Audit Trail for matching information.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal startTime As System.Date, _
   ByVal endTime As System.Date, _
   ByVal objectType As ObjectType, _
   ByVal userName As System.String, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of AuditTrail)
'Usage
 
Dim startTime As System.Date
Dim endTime As System.Date
Dim objectType As ObjectType
Dim userName As System.String
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of AuditTrail)
 
value = AuditTrail.Find(startTime, endTime, objectType, userName, js)
public static System.Collections.Generic.ICollection<AuditTrail> Find( 
   System.DateTime startTime,
   System.DateTime endTime,
   ObjectType objectType,
   System.string userName,
   Server js
)

Parameters

startTime
endTime
objectType
userName
js
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

AuditTrail Class
AuditTrail Members