GetDefaultForms Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > WICommon Class : GetDefaultForms Method



formsTechnology
formPageType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function GetDefaultForms( _
   ByVal formsTechnology As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies, _
   ByVal formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes _
) As List(Of DefaultForm)
Visual Basic (Usage) Copy Code
Dim formsTechnology As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies
Dim formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes
Dim value As List(Of DefaultForm)
 
value = WICommon.GetDefaultForms(formsTechnology, formPageType)
C#  
public static List<DefaultForm> GetDefaultForms( 
   SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsTechnology,
   SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType
)
C++/CLI  
public:
static List<DefaultForm^>^ GetDefaultForms( 
   SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsTechnology,
   SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType
) 

Parameters

formsTechnology
formPageType

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