Add(K2Field,K2Field,K2Field,K2Field,K2Field,Boolean,Boolean,K2Field,String,K2Field,Boolean,Boolean,Boolean,K2Field,Boolean,K2Field,K2Field,String) Method
See Also 
SourceCode.Workflow.Design.SharePoint.Documents Namespace > UploadXmlAttCollection Class > Add Method : Add(K2Field,K2Field,K2Field,K2Field,K2Field,Boolean,Boolean,K2Field,String,K2Field,Boolean,Boolean,Boolean,K2Field,Boolean,K2Field,K2Field,String) Method



siteUrl
docLibName
docLibFolder
contentTypeName
docName
overwriteFile
processPart
processField
processFieldName
attachmentField
ipAttachment
isPictureAttachment
isIPSetAttInlineFuncFieldPart
nlField
useXmlField
fileMetaData
mdXmlField
mdXMLFieldName

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal siteUrl As K2Field, _
   ByVal docLibName As K2Field, _
   ByVal docLibFolder As K2Field, _
   ByVal contentTypeName As K2Field, _
   ByVal docName As K2Field, _
   ByVal overwriteFile As Boolean, _
   ByVal processPart As Boolean, _
   ByVal processField As K2Field, _
   ByVal processFieldName As String, _
   ByVal attachmentField As K2Field, _
   ByVal ipAttachment As Boolean, _
   ByVal isPictureAttachment As Boolean, _
   ByVal isIPSetAttInlineFuncFieldPart As Boolean, _
   ByVal nlField As K2Field, _
   ByVal useXmlField As Boolean, _
   ByVal fileMetaData As K2Field, _
   ByVal mdXmlField As K2Field, _
   ByVal mdXMLFieldName As String _
) 
Visual Basic (Usage) Copy Code
Dim instance As UploadXmlAttCollection
Dim siteUrl As K2Field
Dim docLibName As K2Field
Dim docLibFolder As K2Field
Dim contentTypeName As K2Field
Dim docName As K2Field
Dim overwriteFile As Boolean
Dim processPart As Boolean
Dim processField As K2Field
Dim processFieldName As String
Dim attachmentField As K2Field
Dim ipAttachment As Boolean
Dim isPictureAttachment As Boolean
Dim isIPSetAttInlineFuncFieldPart As Boolean
Dim nlField As K2Field
Dim useXmlField As Boolean
Dim fileMetaData As K2Field
Dim mdXmlField As K2Field
Dim mdXMLFieldName As String
 
instance.Add(siteUrl, docLibName, docLibFolder, contentTypeName, docName, overwriteFile, processPart, processField, processFieldName, attachmentField, ipAttachment, isPictureAttachment, isIPSetAttInlineFuncFieldPart, nlField, useXmlField, fileMetaData, mdXmlField, mdXMLFieldName)

Parameters

siteUrl
docLibName
docLibFolder
contentTypeName
docName
overwriteFile
processPart
processField
processFieldName
attachmentField
ipAttachment
isPictureAttachment
isIPSetAttInlineFuncFieldPart
nlField
useXmlField
fileMetaData
mdXmlField
mdXMLFieldName

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