RSS Documentation
GetProcessInfo(BPMConnection,Int32,String,Boolean,Boolean,LinkCollection,SystemLinkCollection,NodePermision,StepProcessPermision) Method



Syntax
'Declaration
 
Public Overloads Shared Sub GetProcessInfo( _
   ByVal cn As BPMConnection, _
   ByVal stepid As Integer, _
   ByRef formFile As String, _
   ByRef isStartStep As Boolean, _
   ByRef isProcessByAgent As Boolean, _
   ByRef userLinks As LinkCollection, _
   ByRef systemLinks As SystemLinkCollection, _
   ByRef nodePermision As BPM.NodePermision, _
   ByRef stepProcessPermision As BPM.StepProcessPermision _
) 
'Usage
 
Dim cn As BPMConnection
Dim stepid As Integer
Dim formFile As String
Dim isStartStep As Boolean
Dim isProcessByAgent As Boolean
Dim userLinks As LinkCollection
Dim systemLinks As SystemLinkCollection
Dim nodePermision As BPM.NodePermision
Dim stepProcessPermision As BPM.StepProcessPermision
 
BPMProcess.GetProcessInfo(cn, stepid, formFile, isStartStep, isProcessByAgent, userLinks, systemLinks, nodePermision, stepProcessPermision)
public static void GetProcessInfo( 
   BPMConnection cn,
   int stepid,
   out string formFile,
   out bool isStartStep,
   out bool isProcessByAgent,
   out LinkCollection userLinks,
   out SystemLinkCollection systemLinks,
   out BPM.NodePermision nodePermision,
   out BPM.StepProcessPermision stepProcessPermision
)
public:
static void GetProcessInfo( 
   BPMConnection^ cn,
   int stepid,
   [Out] String^ formFile,
   [Out] bool isStartStep,
   [Out] bool isProcessByAgent,
   [Out] LinkCollection^ userLinks,
   [Out] SystemLinkCollection^ systemLinks,
   [Out] BPM.NodePermision nodePermision,
   [Out] BPM.StepProcessPermision stepProcessPermision
) 

Parameters

cn
stepid
formFile
isStartStep
isProcessByAgent
userLinks
systemLinks
nodePermision
stepProcessPermision
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

BPMProcess Class
BPMProcess Members
Overload List

Send Feedback