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



type
version

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GetTemplateWebProjectFile( _
   ByVal type As ASPNETPageGenerationTypes, _
   ByVal version As ASPNETPageGenerationVersion _
) As String
Visual Basic (Usage) Copy Code
Dim type As ASPNETPageGenerationTypes
Dim version As ASPNETPageGenerationVersion
Dim value As String
 
value = ASPNETHelper.GetTemplateWebProjectFile(type, version)
C#  
public static string GetTemplateWebProjectFile( 
   ASPNETPageGenerationTypes type,
   ASPNETPageGenerationVersion version
)
C++/CLI  
public:
static String^ GetTemplateWebProjectFile( 
   ASPNETPageGenerationTypes type,
   ASPNETPageGenerationVersion version
) 

Parameters

type
version

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