RSS Documentation
GetAppLog Method



Syntax
'Declaration
 
Public Function GetAppLog( _
   ByVal date As Date, _
   ByVal filter As String, _
   ByVal sort As String, _
   ByVal startRowIndex As Integer, _
   ByVal rows As Integer, _
   ByRef rowcount As Integer _
) As DataTable
'Usage
 
Dim instance As BPMConnection
Dim date As Date
Dim filter As String
Dim sort As String
Dim startRowIndex As Integer
Dim rows As Integer
Dim rowcount As Integer
Dim value As DataTable
 
value = instance.GetAppLog(date, filter, sort, startRowIndex, rows, rowcount)

Parameters

date
filter
sort
startRowIndex
rows
rowcount
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

BPMConnection Class
BPMConnection Members

Send Feedback