Singer Instruments PIXL Client
RunRearrayWorkflowFromFile(String,String) Method
Example 



SI.PIXL.Client Namespace > PIXLClient Class > RunRearrayWorkflowFromFile Method : RunRearrayWorkflowFromFile(String,String) Method
The workflow's ID.
A path to the re-array data file.
Run the re-array workflow from a file using the last used project template and its pinning profile.
Syntax
'Declaration
 
Public Overloads Function RunRearrayWorkflowFromFile( _
   ByVal id As String, _
   ByVal path As String _
) As Task(Of RunRearrayCommandResponse)
'Usage
 
Dim instance As PIXLClient
Dim id As String
Dim path As String
Dim value As Task(Of RunRearrayCommandResponse)
 
value = instance.RunRearrayWorkflowFromFile(id, path)
public Task<RunRearrayCommandResponse> RunRearrayWorkflowFromFile( 
   string id,
   string path
)
public:
Task<RunRearrayCommandResponse>^ RunRearrayWorkflowFromFile( 
   String^ id,
   String^ path
) 

Parameters

id
The workflow's ID.
path
A path to the re-array data file.

Return Value

The result of the action.
Example
This sample shows how to use the RunRearrayWorkflowFromFile(String,String) method.
// Run the re-array workflow for a file called "d:\Test.csv" with the last used project template and pinning profile.
pixl.RunRearrayWorkflowFromFile("1234", string.Empty, string.Empty, "d:\Test.csv");
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

Reference

PIXLClient Class
PIXLClient Members
Overload List