Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal docEventItem As DocumentEventItem, _ ByVal siteUrl As K2Field, _ ByVal docLibName As K2Field, _ ByVal docLibFolder As K2Field, _ ByVal contentTypeName As K2Field, _ ByVal filename As K2Field, _ ByVal useXmlField As Boolean, _ ByVal fileMetaData As K2Field, _ ByVal mdXmlField As K2Field, _ ByVal mdXMLFieldName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim docEventItem As DocumentEventItem Dim siteUrl As K2Field Dim docLibName As K2Field Dim docLibFolder As K2Field Dim contentTypeName As K2Field Dim filename As K2Field Dim useXmlField As Boolean Dim fileMetaData As K2Field Dim mdXmlField As K2Field Dim mdXMLFieldName As String Dim instance As New LoadMetaDataItem(docEventItem, siteUrl, docLibName, docLibFolder, contentTypeName, filename, useXmlField, fileMetaData, mdXmlField, mdXMLFieldName) |
C# | |
---|---|
public LoadMetaDataItem( DocumentEventItem docEventItem, K2Field siteUrl, K2Field docLibName, K2Field docLibFolder, K2Field contentTypeName, K2Field filename, bool useXmlField, K2Field fileMetaData, K2Field mdXmlField, string mdXMLFieldName ) |
C++/CLI | |
---|---|
public: LoadMetaDataItem( DocumentEventItem^ docEventItem, K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ contentTypeName, K2Field^ filename, bool useXmlField, K2Field^ fileMetaData, K2Field^ mdXmlField, String^ mdXMLFieldName ) |
Parameters
- docEventItem
- siteUrl
- docLibName
- docLibFolder
- contentTypeName
- filename
- 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