RSS Documentation
GetDefaultReadForm(BPMConnection,Int32,String) Method



Syntax
'Declaration
 
Public Overloads Shared Function GetDefaultReadForm( _
   ByVal cn As BPMConnection, _
   ByVal taskid As Integer, _
   ByVal specifiedProcess As String _
) As String
'Usage
 
Dim cn As BPMConnection
Dim taskid As Integer
Dim specifiedProcess As String
Dim value As String
 
value = BPMProcess.GetDefaultReadForm(cn, taskid, specifiedProcess)
public static string GetDefaultReadForm( 
   BPMConnection cn,
   int taskid,
   string specifiedProcess
)
public:
static String^ GetDefaultReadForm( 
   BPMConnection^ cn,
   int taskid,
   String^ specifiedProcess
) 

Parameters

cn
taskid
specifiedProcess
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