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

GetListItemChangesWithKnowledgeAsync() public method

public GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains ) : void
listName string
viewName string
query GetListItemChangesWithKnowledgeQuery
viewFields CamlViewFields
rowLimit string
queryOptions CamlQueryOptions
syncScope string
knowledge GetListItemChangesWithKnowledgeKnowledge
contains CamlContains
return void
        public void GetListItemChangesWithKnowledgeAsync(string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains)
        {
            this.GetListItemChangesWithKnowledgeAsync(listName, viewName, query, viewFields, rowLimit, queryOptions, syncScope, knowledge, contains, null);
        }

Same methods

ListsSoap::GetListItemChangesWithKnowledgeAsync ( string listName, string viewName, GetListItemChangesWithKnowledgeQuery query, CamlViewFields viewFields, string rowLimit, CamlQueryOptions queryOptions, string syncScope, GetListItemChangesWithKnowledgeKnowledge knowledge, CamlContains contains, object userState ) : void
ListsSoap