DeployToSPFormLibrary Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > WorkflowFormTemplateEditor Class : DeployToSPFormLibrary Method



rootSiteUrl
dataConnectionsFolderUrl

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub DeployToSPFormLibrary( _
   ByVal rootSiteUrl As String, _
   ByVal dataConnectionsFolderUrl As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As WorkflowFormTemplateEditor
Dim rootSiteUrl As String
Dim dataConnectionsFolderUrl As String
 
instance.DeployToSPFormLibrary(rootSiteUrl, dataConnectionsFolderUrl)
C#  
public void DeployToSPFormLibrary( 
   string rootSiteUrl,
   string dataConnectionsFolderUrl
)
C++/CLI  
public:
void DeployToSPFormLibrary( 
   String^ rootSiteUrl,
   String^ dataConnectionsFolderUrl
) 

Parameters

rootSiteUrl
dataConnectionsFolderUrl

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