GenerateWorkflowIntegration Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > ASPNETHelper Class : GenerateWorkflowIntegration Method



ProjectName
Name of the project.
webProjectFolder
The web project folder.
ASPNETSinglePageGenerationProperties
The ASPNET single page generation properties.
TypeOfPage
The type of page.

Glossary Item Box

Generates the workflow integration.

Syntax

Visual Basic (Declaration) 
Public Shared Sub GenerateWorkflowIntegration( _
   ByVal ProjectName As String, _
   ByVal webProjectFolder As String, _
   ByVal ASPNETSinglePageGenerationProperties As ASPNETSinglePageGenerationProperties, _
   ByVal TypeOfPage As ASPNETPageTypes _
) 
Visual Basic (Usage)Copy Code
Dim ProjectName As String
Dim webProjectFolder As String
Dim ASPNETSinglePageGenerationProperties As ASPNETSinglePageGenerationProperties
Dim TypeOfPage As ASPNETPageTypes
 
ASPNETHelper.GenerateWorkflowIntegration(ProjectName, webProjectFolder, ASPNETSinglePageGenerationProperties, TypeOfPage)

Parameters

ProjectName
Name of the project.
webProjectFolder
The web project folder.
ASPNETSinglePageGenerationProperties
The ASPNET single page generation properties.
TypeOfPage
The type of page.

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