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



docEventItem
siteUrl
docLibName
docLibFolder
docName
checkOut
path
filename
overwriteLocalFile

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 docName As K2Field, _
   ByVal checkOut As Boolean, _
   ByVal path As K2Field, _
   ByVal filename As K2Field, _
   ByVal overwriteLocalFile As Boolean _
)
Visual Basic (Usage) Copy Code
Dim docEventItem As DocumentEventItem
Dim siteUrl As K2Field
Dim docLibName As K2Field
Dim docLibFolder As K2Field
Dim docName As K2Field
Dim checkOut As Boolean
Dim path As K2Field
Dim filename As K2Field
Dim overwriteLocalFile As Boolean
 
Dim instance As New DownloadFileSystemItem(docEventItem, siteUrl, docLibName, docLibFolder, docName, checkOut, path, filename, overwriteLocalFile)

Parameters

docEventItem
siteUrl
docLibName
docLibFolder
docName
checkOut
path
filename
overwriteLocalFile

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