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



siteUrl
docLibName
docLibFolder
docName
checkOut
xmlField
isIPAttachment
IsPictureAttachment
selNodeRepNode
repeatingField

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal siteUrl As K2Field, _
   ByVal docLibName As K2Field, _
   ByVal docLibFolder As K2Field, _
   ByVal docName As K2Field, _
   ByVal checkOut As Boolean, _
   ByVal xmlField As K2Field, _
   ByVal isIPAttachment As Boolean, _
   ByVal IsPictureAttachment As Boolean, _
   ByVal selNodeRepNode As Boolean, _
   ByVal repeatingField As K2Field _
) 
Visual Basic (Usage) Copy Code
Dim instance As DownloadXmlAttCollection
Dim siteUrl As K2Field
Dim docLibName As K2Field
Dim docLibFolder As K2Field
Dim docName As K2Field
Dim checkOut As Boolean
Dim xmlField As K2Field
Dim isIPAttachment As Boolean
Dim IsPictureAttachment As Boolean
Dim selNodeRepNode As Boolean
Dim repeatingField As K2Field
 
instance.Add(siteUrl, docLibName, docLibFolder, docName, checkOut, xmlField, isIPAttachment, IsPictureAttachment, selNodeRepNode, repeatingField)

Parameters

siteUrl
docLibName
docLibFolder
docName
checkOut
xmlField
isIPAttachment
IsPictureAttachment
selNodeRepNode
repeatingField

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