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

UpdateContentTypeXmlDocumentAsync() public method

public UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument ) : void
listName string
contentTypeId string
newDocument System
return void
        public void UpdateContentTypeXmlDocumentAsync(string listName, string contentTypeId, System.Xml.XmlNode newDocument)
        {
            this.UpdateContentTypeXmlDocumentAsync(listName, contentTypeId, newDocument, null);
        }

Same methods

ListsSoap::UpdateContentTypeXmlDocumentAsync ( string listName, string contentTypeId, System newDocument, object userState ) : void
ListsSoap