GetDataSourceXpath Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > TaskActionControl Class : GetDataSourceXpath Method



field
The field.

Glossary Item Box

Gets the data source xpath.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDataSourceXpath( _
   ByVal field As K2Field _
) As String
Visual Basic (Usage)Copy Code
Dim field As K2Field
Dim value As String
 
value = TaskActionControl.GetDataSourceXpath(field)
C# 
public static string GetDataSourceXpath( 
   K2Field field
)
C++/CLI 
public:
static String^ GetDataSourceXpath( 
   K2Field^ field
) 

Parameters

field
The field.

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