Microsoft.Protocols.TestSuites.Common.ListsSoap.DeleteContentTypeXmlDocument C# (CSharp) 메소드

DeleteContentTypeXmlDocument() 개인적인 메소드

private DeleteContentTypeXmlDocument ( string listName, string contentTypeId, string documentUri ) : DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
listName string
contentTypeId string
documentUri string
리턴 DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult
        public DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult DeleteContentTypeXmlDocument(string listName, string contentTypeId, string documentUri)
        {
            object[] results = this.Invoke("DeleteContentTypeXmlDocument", new object[] {
                    listName,
                    contentTypeId,
                    documentUri});
            return ((DeleteContentTypeXmlDocumentResponseDeleteContentTypeXmlDocumentResult)(results[0]));
        }
ListsSoap