UpdateMetaDataItem Constructor(DocumentEventItem,K2Field,K2Field,K2Field,K2Field,K2Field,Boolean,K2Field,String,Boolean,K2Field,K2Field,String,Boolean)
See Also 
SourceCode.Workflow.Design.SharePoint.Documents Namespace > UpdateMetaDataItem Class > UpdateMetaDataItem Constructor : UpdateMetaDataItem Constructor(DocumentEventItem,K2Field,K2Field,K2Field,K2Field,K2Field,Boolean,K2Field,String,Boolean,K2Field,K2Field,String,Boolean)



docEventItem
siteUrl
docLibName
docLibFolder
contentTypeName
filename
usePartOfProcessItems
processField
processFieldName
useXmlField
fileMetaData
mdXmlField
mdXMLFieldName
preserveMetadata

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal docEventItem As DocumentEventItem, _
   ByVal siteUrl As K2Field, _
   ByVal docLibName As K2Field, _
   ByVal docLibFolder As K2Field, _
   ByVal contentTypeName As K2Field, _
   ByVal filename As K2Field, _
   ByVal usePartOfProcessItems As Boolean, _
   ByVal processField As K2Field, _
   ByVal processFieldName As String, _
   ByVal useXmlField As Boolean, _
   ByVal fileMetaData As K2Field, _
   ByVal mdXmlField As K2Field, _
   ByVal mdXMLFieldName As String, _
   ByVal preserveMetadata As Boolean _
)
Visual Basic (Usage) Copy Code
Dim docEventItem As DocumentEventItem
Dim siteUrl As K2Field
Dim docLibName As K2Field
Dim docLibFolder As K2Field
Dim contentTypeName As K2Field
Dim filename As K2Field
Dim usePartOfProcessItems As Boolean
Dim processField As K2Field
Dim processFieldName As String
Dim useXmlField As Boolean
Dim fileMetaData As K2Field
Dim mdXmlField As K2Field
Dim mdXMLFieldName As String
Dim preserveMetadata As Boolean
 
Dim instance As New UpdateMetaDataItem(docEventItem, siteUrl, docLibName, docLibFolder, contentTypeName, filename, usePartOfProcessItems, processField, processFieldName, useXmlField, fileMetaData, mdXmlField, mdXMLFieldName, preserveMetadata)

Parameters

docEventItem
siteUrl
docLibName
docLibFolder
contentTypeName
filename
usePartOfProcessItems
processField
processFieldName
useXmlField
fileMetaData
mdXmlField
mdXMLFieldName
preserveMetadata

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