Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

We can get AssetUrlSelector to work on the site collection it is placed in. But how can we get it to use another site collection?

share|improve this question
Did you ever find a solution for this question? If yes, could you post it as an answer? – Kit Menke Jun 10 '11 at 13:54

1 Answer

up vote 2 down vote accepted

This control is not designed to browse for items in another site collection. This is apparent from its decompiled code and also the wording on its MSDN article.

About the closest you can get is the AllowExternalUrls property which at least allows users to copy and paste in a URL from another site collection.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.