Microsoft.Protocols.TestSuites.Common.ListsSoap.UpdateListItemsWithKnowledge C# (CSharp) Method

UpdateListItemsWithKnowledge() private method

private UpdateListItemsWithKnowledge ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
return UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult
        public UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult UpdateListItemsWithKnowledge(string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System.Xml.XmlNode knowledge)
        {
            object[] results = this.Invoke("UpdateListItemsWithKnowledge", new object[] {
                    listName,
                    updates,
                    syncScope,
                    knowledge});
            return ((UpdateListItemsWithKnowledgeResponseUpdateListItemsWithKnowledgeResult)(results[0]));
        }
ListsSoap