CreateXMLField(Process,String) Method
See Also 
SourceCode.Workflow.Design.SharePoint.ProcessFields Namespace > DefaultField Class > CreateXMLField Method : CreateXMLField(Process,String) Method



_process
fieldName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub CreateXMLField( _
   ByVal _process As Process, _
   ByVal fieldName As String _
) 
Visual Basic (Usage) Copy Code
Dim _process As Process
Dim fieldName As String
 
DefaultField.CreateXMLField(_process, fieldName)
C#  
public static void CreateXMLField( 
   Process _process,
   string fieldName
)
C++/CLI  
public:
static void CreateXMLField( 
   Process^ _process,
   String^ fieldName
) 

Parameters

_process
fieldName

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