BPM.Server
LoadPrevSteps Method



Syntax
'Declaration
 
Function LoadPrevSteps( _
   ByVal stepid As Integer, _
   ByVal prevSteps As BPMStepCollection _
) As IDataReader
'Usage
 
Dim instance As IBPMDataProvider
Dim stepid As Integer
Dim prevSteps As BPMStepCollection
Dim value As IDataReader
 
value = instance.LoadPrevSteps(stepid, prevSteps)

Parameters

stepid
prevSteps
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

IBPMDataProvider Interface
IBPMDataProvider Members

Send Feedback