RSS Documentation
GetFormTemplate Method



Syntax
'Declaration
 
Public Function GetFormTemplate( _
   ByVal templateFilePath As String _
) As Byte()
'Usage
 
Dim instance As BPMConnection
Dim templateFilePath As String
Dim value() As Byte
 
value = instance.GetFormTemplate(templateFilePath)
public byte[] GetFormTemplate( 
   string templateFilePath
)
public:
array<byte>^ GetFormTemplate( 
   String^ templateFilePath
) 

Parameters

templateFilePath
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

BPMConnection Class
BPMConnection Members

Send Feedback