Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Accessing SHADOW Folder & Select document profile

  Asked By: Diamond Stein         Date: Sep 06, 2009      Category: Sharepoint      Views: 205
 

I'm using SharePoint Portal Server 2001.

1. I'm building a webpart ehich has a qury inside, I need to include the
unpublished version also (which located in theSHADOW Folder) , how can I do
this?

2. What is the query to select document's property from a certain profile ?

SELECT "DAV:displayname",
"urn:schemas-microsoft-com:office:office#Pembuat",
"urn:schemas-microsoft-com:office:office#Perihal"
FROM SCOPE('DEEP TRAVERSAL OF "/unit-peraturan/"') WHERE <Profile = theProfile>

With what command/query should replace the <Profile = theProfile> ?


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:            

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Accessing SHADOW Folder & Select document profile Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].