Add(XmlField,String,String) Method
See Also 
SourceCode.Workflow.Authoring Namespace > K2FieldPartCollection Class > Add Method : Add(XmlField,String,String) Method



value
xPath
extendedXPath

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function Add( _
   ByVal value As XmlField, _
   ByVal xPath As String, _
   ByVal extendedXPath As String _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As K2FieldPartCollection
Dim value As XmlField
Dim xPath As String
Dim extendedXPath As String
Dim value As Integer
 
value = instance.Add(value, xPath, extendedXPath)
C++/CLI  
public:
int Add( 
   XmlField^ value,
   String^ xPath,
   String^ extendedXPath
) 

Parameters

value
xPath
extendedXPath

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