Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Add( _ ByVal siteUrl As K2Field, _ ByVal docLibName As K2Field, _ ByVal docLibFolder As K2Field, _ ByVal contentTypeName As K2Field, _ ByVal isSmartObjectFieldPart As Boolean, _ ByVal field As K2Field, _ ByVal docName As K2Field, _ ByVal overWriteFile As Boolean, _ ByVal processPart As Boolean, _ ByVal processField As K2Field, _ ByVal processFieldName As String, _ ByVal useXmlField As Boolean, _ ByVal fileMetaData As K2Field, _ ByVal mdXmlField As K2Field, _ ByVal mdXMLFieldName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UploadK2FieldCollection Dim siteUrl As K2Field Dim docLibName As K2Field Dim docLibFolder As K2Field Dim contentTypeName As K2Field Dim isSmartObjectFieldPart As Boolean Dim field As K2Field Dim docName As K2Field Dim overWriteFile As Boolean Dim processPart As Boolean Dim processField As K2Field Dim processFieldName As String Dim useXmlField As Boolean Dim fileMetaData As K2Field Dim mdXmlField As K2Field Dim mdXMLFieldName As String instance.Add(siteUrl, docLibName, docLibFolder, contentTypeName, isSmartObjectFieldPart, field, docName, overWriteFile, processPart, processField, processFieldName, useXmlField, fileMetaData, mdXmlField, mdXMLFieldName) |
C++/CLI | |
---|---|
public: void Add( K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ contentTypeName, bool isSmartObjectFieldPart, K2Field^ field, K2Field^ docName, bool overWriteFile, bool processPart, K2Field^ processField, String^ processFieldName, bool useXmlField, K2Field^ fileMetaData, K2Field^ mdXmlField, String^ mdXMLFieldName ) |
Parameters
- siteUrl
- docLibName
- docLibFolder
- contentTypeName
- isSmartObjectFieldPart
- field
- docName
- overWriteFile
- processPart
- processField
- processFieldName
- useXmlField
- fileMetaData
- mdXmlField
- mdXMLFieldName
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