This method generates the sharepoint workflow content types within sharepoint
Then it saves the corresponding contenttype ids in the taskForms
Syntax
Visual Basic (Declaration) | |
---|
Public Function BuildWorkflowASPXTaskForms( _
ByVal integration As IntegrationObject, _
ByVal TaskForm As SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem _
) As SourceCode.SharePoint.WebServices.K2SPTaskForm
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ConfigureASPX
Dim integration As IntegrationObject
Dim TaskForm As SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem
Dim value As SourceCode.SharePoint.WebServices.K2SPTaskForm
value = instance.BuildWorkflowASPXTaskForms(integration, TaskForm)
|
C# | |
---|
public SourceCode.SharePoint.WebServices.K2SPTaskForm BuildWorkflowASPXTaskForms(
IntegrationObject integration,
SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem TaskForm
)
|
C++/CLI | |
---|
public:
SourceCode.SharePoint.WebServices.K2SPTaskForm^ BuildWorkflowASPXTaskForms(
IntegrationObject^ integration,
SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem^ TaskForm
)
|
Parameters
- integration
- TaskForm
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