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

ApplyContentTypeToList() private method

private ApplyContentTypeToList ( string webUrl, string contentTypeId, string listName ) : ApplyContentTypeToListResponseApplyContentTypeToListResult
webUrl string
contentTypeId string
listName string
return ApplyContentTypeToListResponseApplyContentTypeToListResult
        public ApplyContentTypeToListResponseApplyContentTypeToListResult ApplyContentTypeToList(string webUrl, string contentTypeId, string listName)
        {
            object[] results = this.Invoke("ApplyContentTypeToList", new object[] {
                    webUrl,
                    contentTypeId,
                    listName});
            return ((ApplyContentTypeToListResponseApplyContentTypeToListResult)(results[0]));
        }
ListsSoap