This is a migrated thread and some comments may be shown as answers.

Mixing Folder Types with Custom ContentTypeProvider

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kevin Wolf
Top achievements
Rank 1
Kevin Wolf asked on 24 Jul 2008, 04:43 PM
I've implemented a ContentTypeProvider that will store images on the Amazon S3 service.  I also have a local content library that I would like to include at the top level of the folder list.

Something like:

<telerik:RadEditor ....>
<ImageManager UploadPaths="/RemoteStorage" ViewPaths="/RemoteStorage,/LocalPath" />
</telerik>

I want to use my custom provider with the /RemoteStorage, however I want to use the file system with /LocalPath.

Is this possible?

Kevin D. Wolf
Tampa, FL
Software Logistics, LLC

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 25 Jul 2008, 11:14 AM
Hi Kevin,

Note that, you can use only one content provider for the desired dialog. What you can do is to modify your custom content provider, so that to support both Local and Remote libraries.


Have a great weekend,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Kevin Wolf
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or