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



projectFile
InternetUrl
projectFolder
publishFolder
preCompilefolder
ProjectName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function BuildProjectFile( _
   ByVal projectFile As String, _
   ByVal InternetUrl As String, _
   ByVal projectFolder As String, _
   ByVal publishFolder As String, _
   ByVal preCompilefolder As String, _
   ByVal ProjectName As String _
) As String
Visual Basic (Usage) Copy Code
Dim projectFile As String
Dim InternetUrl As String
Dim projectFolder As String
Dim publishFolder As String
Dim preCompilefolder As String
Dim ProjectName As String
Dim value As String
 
value = ASPNETHelper.BuildProjectFile(projectFile, InternetUrl, projectFolder, publishFolder, preCompilefolder, ProjectName)

Parameters

projectFile
InternetUrl
projectFolder
publishFolder
preCompilefolder
ProjectName

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