RSS Documentation
RecedeBack Method



Syntax
'Declaration
 
Public Shared Function RecedeBack( _
   ByVal cn As BPMConnection, _
   ByVal fromStepId As Integer, _
   ByVal toStepIds() As Integer, _
   ByVal comments As String _
) As BPMStepCollection
'Usage
 
Dim cn As BPMConnection
Dim fromStepId As Integer
Dim toStepIds() As Integer
Dim comments As String
Dim value As BPMStepCollection
 
value = BPMProcStep.RecedeBack(cn, fromStepId, toStepIds, comments)

Parameters

cn
fromStepId
toStepIds
comments
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

BPMProcStep Class
BPMProcStep Members

Send Feedback