DefaultForm Constructor(FormsTechnologies,FormPageTypes,String,String)
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > DefaultForm Class > DefaultForm Constructor : DefaultForm Constructor(FormsTechnologies,FormPageTypes,String,String)



formsType
formPageType
Name
Description

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal formsType As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies, _
   ByVal formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes, _
   ByVal Name As String, _
   ByVal Description As String _
)
Visual Basic (Usage) Copy Code
Dim formsType As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies
Dim formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes
Dim Name As String
Dim Description As String
 
Dim instance As New DefaultForm(formsType, formPageType, Name, Description)
C#  
public DefaultForm( 
   SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsType,
   SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType,
   string Name,
   string Description
)
C++/CLI  
public:
DefaultForm( 
   SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsType,
   SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType,
   String^ Name,
   String^ Description
)

Parameters

formsType
formPageType
Name
Description

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