BPM.Server
SaveFormInfo Method (IDataSourceProviderFormStore)



Syntax
'Declaration
 
Sub SaveFormInfo( _
   ByVal connection As Object, _
   ByVal table As FlowDataTable, _
   ByVal taskid As Integer, _
   ByVal formdataRelationshipType As BPM.FormDataRelationshipType _
) 
'Usage
 
Dim instance As IDataSourceProviderFormStore
Dim connection As Object
Dim table As FlowDataTable
Dim taskid As Integer
Dim formdataRelationshipType As BPM.FormDataRelationshipType
 
instance.SaveFormInfo(connection, table, taskid, formdataRelationshipType)
void SaveFormInfo( 
   object connection,
   FlowDataTable table,
   int taskid,
   BPM.FormDataRelationshipType formdataRelationshipType
)
void SaveFormInfo( 
   Object^ connection,
   FlowDataTable^ table,
   int taskid,
   BPM.FormDataRelationshipType formdataRelationshipType
) 

Parameters

connection
table
taskid
formdataRelationshipType
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

IDataSourceProviderFormStore Interface
IDataSourceProviderFormStore Members

Send Feedback