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



ProjectName
Name of the project.
InternetUrl
The internet URL.
webProjectFolder
The web project folder.
ASPNETPageGenerationProperties
The ASPNET page generation properties.

Glossary Item Box

Generates the standard aspx.net page file

Syntax

Visual Basic (Declaration) 
Public Shared Sub GenerateStandard( _
   ByVal ProjectName As String, _
   ByVal InternetUrl As String, _
   ByVal webProjectFolder As String, _
   ByVal ASPNETPageGenerationProperties As ASPNETSinglePageGenerationProperties _
) 
Visual Basic (Usage)Copy Code
Dim ProjectName As String
Dim InternetUrl As String
Dim webProjectFolder As String
Dim ASPNETPageGenerationProperties As ASPNETSinglePageGenerationProperties
 
ASPNETHelper.GenerateStandard(ProjectName, InternetUrl, webProjectFolder, ASPNETPageGenerationProperties)

Parameters

ProjectName
Name of the project.
InternetUrl
The internet URL.
webProjectFolder
The web project folder.
ASPNETPageGenerationProperties
The ASPNET page generation properties.

Remarks

The method takes a projectname, internet url web project folder and generates aspx.net page and project files

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