Comment 5 for bug 289556

Revision history for this message
Peng Deng (d6g) wrote :

I added a branch to propose an ReloadItemSource method from Services.Core, which will allow plugins to update a specific ItemSource specified using the class' FullName. e.g. ReloadItemSource (typeof (GDocsItemSource).FullName);

I would like to know whether is there a better way to pass the identification of an ItemSource to core service, the current one feels a bit dirty.