RSS Documentation
GetFormStateBasicInfo Method



Syntax
'Declaration
 
Public Shared Function GetFormStateBasicInfo( _
   ByVal cn As BPMConnection, _
   ByVal appName As String, _
   ByVal stateName As String _
) As FormState
'Usage
 
Dim cn As BPMConnection
Dim appName As String
Dim stateName As String
Dim value As FormState
 
value = FormService.GetFormStateBasicInfo(cn, appName, stateName)
public static FormState GetFormStateBasicInfo( 
   BPMConnection cn,
   string appName,
   string stateName
)
public:
static FormState^ GetFormStateBasicInfo( 
   BPMConnection^ cn,
   String^ appName,
   String^ stateName
) 

Parameters

cn
appName
stateName
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

FormService Class
FormService Members

Send Feedback