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



rootSiteUrl
dataConnectionsFolderUrl
contentTypeFullFileUrl

Glossary Item Box

Syntax

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

Parameters

rootSiteUrl
dataConnectionsFolderUrl
contentTypeFullFileUrl

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