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 targetUrl As K2Field, _ ByVal targetDocLib As K2Field, _ ByVal targetDocLibFolder As K2Field, _ ByVal overWrite As Boolean, _ ByVal preserveMetadata As Boolean, _ ByVal includeVersionHistory As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MoveCollection 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 targetUrl As K2Field Dim targetDocLib As K2Field Dim targetDocLibFolder As K2Field Dim overWrite As Boolean Dim preserveMetadata As Boolean Dim includeVersionHistory As Boolean instance.Add(siteUrl, docLibName, docLibFolder, filename, usePartOfProcessItems, processField, processFieldName, targetUrl, targetDocLib, targetDocLibFolder, overWrite, preserveMetadata, includeVersionHistory) |
C++/CLI | |
---|---|
public: void Add( K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ filename, bool usePartOfProcessItems, K2Field^ processField, String^ processFieldName, K2Field^ targetUrl, K2Field^ targetDocLib, K2Field^ targetDocLibFolder, bool overWrite, bool preserveMetadata, bool includeVersionHistory ) |
Parameters
- siteUrl
- docLibName
- docLibFolder
- filename
- usePartOfProcessItems
- processField
- processFieldName
- targetUrl
- targetDocLib
- targetDocLibFolder
- overWrite
- preserveMetadata
- includeVersionHistory
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