BuildWorkflowASPXModificationForms Method
See Also 
SourceCode.DeploymentTasks.SharePoint.WorkflowIntegration Namespace > ConfigureASPX Class : BuildWorkflowASPXModificationForms Method



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function BuildWorkflowASPXModificationForms() As SourceCode.SharePoint.WebServices.K2SPModificationForm
Visual Basic (Usage) Copy Code
Dim instance As ConfigureASPX
Dim value As SourceCode.SharePoint.WebServices.K2SPModificationForm
 
value = instance.BuildWorkflowASPXModificationForms()
C#  
public SourceCode.SharePoint.WebServices.K2SPModificationForm BuildWorkflowASPXModificationForms()
C++/CLI  
public:
SourceCode.SharePoint.WebServices.K2SPModificationForm^ BuildWorkflowASPXModificationForms(); 

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