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



taskForm

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function IsASPXsReady( _
   ByVal taskForm As SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ConfigureASPX
Dim taskForm As SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem
Dim value As Boolean
 
value = instance.IsASPXsReady(taskForm)
C#  
public bool IsASPXsReady( 
   SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem taskForm
)
C++/CLI  
public:
bool IsASPXsReady( 
   SourceCode.Workflow.Common.WorkflowIntegration.WorkflowFormEventItem^ taskForm
) 

Parameters

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