Hello :)
When i try to get crawl Issues i always get null references with this sample
code :
string cieDetail = crawlIssuesEntry.IssueDetail;
The code try to get the value of the element "issue-detail" but it did'nt find
it.
According to the API reference page :
https://developers.google.com/webmaster-tools/docs/2.0/reference?hl=fr#Elements_
crawl
The issue detail value is in the element "detail"
If i go in the WebmasterToolsNameTable class and change the following code
public const string XmlIssueDetailElement = "issue-detail";
by
public const string XmlIssueDetailElement = "detail";
all work fine.
Best regards,
H.
Original issue reported on code.google.com by hassane....@gmail.com on 2 Aug 2013 at 8:19
Original issue reported on code.google.com by
hassane....@gmail.com
on 2 Aug 2013 at 8:19