I created a stand application in VS2008 c#, I like to diplay images from a SharePoint Image library.
This is not a SharePoint application, but image are storage there.
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 28 Feb 2008, 09:26 AM
Hi Marcia,
Our suggestion is to write a custom File Browser Content Provider which will allow you to use any type of file sources for the FileBrowser dialogs (Image Manager, DocumentManager, Media Manager, Flash Manager, Template Manager):
Database
Custom role-based CMS system
Web service
Applications which use URL Rewriters
The following live example "DB File
Browser Content Provider" demonstrates how to implement a custom FileBrowserContentProvider, using a database as a file source.