UpdateAndPublishTaskForm Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Client Namespace > ConfigureEvent Class : UpdateAndPublishTaskForm Method



XsnPath

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub UpdateAndPublishTaskForm( _
   ByVal XsnPath As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As ConfigureEvent
Dim XsnPath As String
 
instance.UpdateAndPublishTaskForm(XsnPath)
C#  
public void UpdateAndPublishTaskForm( 
   string XsnPath
)
C++/CLI  
public:
void UpdateAndPublishTaskForm( 
   String^ XsnPath
) 

Parameters

XsnPath

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