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



siteUrl
docLibName
docLibFolder
filename
usePartOfProcessItems
processField
processFieldName
checkInMinor
overwriteMinor
checkInMajor
keepCheckOut
comment

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal siteUrl As K2Field, _
   ByVal docLibName As K2Field, _
   ByVal docLibFolder As K2Field, _
   ByVal filename As K2Field, _
   ByVal usePartOfProcessItems As Boolean, _
   ByVal processField As K2Field, _
   ByVal processFieldName As String, _
   ByVal checkInMinor As Boolean, _
   ByVal overwriteMinor As Boolean, _
   ByVal checkInMajor As Boolean, _
   ByVal keepCheckOut As Boolean, _
   ByVal comment As K2Field _
) 
Visual Basic (Usage) Copy Code
Dim instance As CheckInCollection
Dim siteUrl As K2Field
Dim docLibName As K2Field
Dim docLibFolder As K2Field
Dim filename As K2Field
Dim usePartOfProcessItems As Boolean
Dim processField As K2Field
Dim processFieldName As String
Dim checkInMinor As Boolean
Dim overwriteMinor As Boolean
Dim checkInMajor As Boolean
Dim keepCheckOut As Boolean
Dim comment As K2Field
 
instance.Add(siteUrl, docLibName, docLibFolder, filename, usePartOfProcessItems, processField, processFieldName, checkInMinor, overwriteMinor, checkInMajor, keepCheckOut, comment)

Parameters

siteUrl
docLibName
docLibFolder
filename
usePartOfProcessItems
processField
processFieldName
checkInMinor
overwriteMinor
checkInMajor
keepCheckOut
comment

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