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

GetListContentType() private method

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