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

UpdateListItemsWithKnowledgeAsync() public method

public UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge ) : void
listName string
updates UpdateListItemsWithKnowledgeUpdates
syncScope string
knowledge System
return void
        public void UpdateListItemsWithKnowledgeAsync(string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System.Xml.XmlNode knowledge)
        {
            this.UpdateListItemsWithKnowledgeAsync(listName, updates, syncScope, knowledge, null);
        }

Same methods

ListsSoap::UpdateListItemsWithKnowledgeAsync ( string listName, UpdateListItemsWithKnowledgeUpdates updates, string syncScope, System knowledge, object userState ) : void
ListsSoap