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

DeleteContentTypeAsync() public method

public DeleteContentTypeAsync ( string listName, string contentTypeId ) : void
listName string
contentTypeId string
return void
        public void DeleteContentTypeAsync(string listName, string contentTypeId)
        {
            this.DeleteContentTypeAsync(listName, contentTypeId, null);
        }

Same methods

ListsSoap::DeleteContentTypeAsync ( string listName, string contentTypeId, object userState ) : void
ListsSoap