Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal listItemEventItem As ListItemEventItem, _ ByVal siteUrl As K2Field, _ ByVal listName As K2Field, _ ByVal listFolder As K2Field, _ ByVal contentType As K2Field, _ ByVal itemID As K2Field, _ ByVal usePartOfProcessItems 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 listItemEventItem As ListItemEventItem Dim siteUrl As K2Field Dim listName As K2Field Dim listFolder As K2Field Dim contentType As K2Field Dim itemID As K2Field Dim usePartOfProcessItems 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 Dim instance As New UpdateItem(listItemEventItem, siteUrl, listName, listFolder, contentType, itemID, usePartOfProcessItems, processField, processFieldName, useXmlField, fileMetaData, mdXmlField, mdXMLFieldName) |
C++/CLI | |
---|---|
public: UpdateItem( ListItemEventItem^ listItemEventItem, K2Field^ siteUrl, K2Field^ listName, K2Field^ listFolder, K2Field^ contentType, K2Field^ itemID, bool usePartOfProcessItems, K2Field^ processField, String^ processFieldName, bool useXmlField, K2Field^ fileMetaData, K2Field^ mdXmlField, String^ mdXMLFieldName ) |
Parameters
- listItemEventItem
- siteUrl
- listName
- listFolder
- contentType
- itemID
- usePartOfProcessItems
- 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