Mike
Sun Jan 16 23:32:54 CST 2005
If this question is actually the fairly common "how do I show a list of
documents from different document libraries" (which is actually more
consolidate rather than combine - so it might not be what you are asking),
then Coral Works (www.coralworks.net I think) has web parts that do this.
There's also a free web part listed in the WSS FAQ section VII that might
help.
(Tree View Navigation)
---------------
If however this
> I need to be able to read and write document permissions programmatically
is the key part, please post this and messages like it about WSS programming
to the sub newsgroup that has been set up specially for these questions.
microsoft.public.sharepoint.windowsservices.development
(Please too post programming questions only there so we maintain the clear
division between the main and the subgroup)
Mike Walsh, Helsinki, Finland
WSS FAQ at
http://wss.collutions.com
Please post questions to the newsgroup only.
"Ianb" <Ianb@discussions.microsoft.com> wrote in message
news:141D6497-1379-4893-9B9F-2BA635208A3C@microsoft.com...
> I need to be able to combine documets held in various Sharepoint
libraries.
>
> I have been working on a solution that involves developing custom asp.net
> pages to collect the documents to be combined (stored in xml page on the
> server), change the order of the documents and then combine the documents
and
> email the result to the user. the document lists could be stored and used
> again or shared with other users (does anyone know if there are other
> solutions available to do this ?)
>
> I have come up against the problem of document permissions. I need to be
> able to read and write document permissions programmatically to ensure the
> user has sufficient rights to access the bound document. I also need to
> programmatically access the documents (so I presume I need to set "system
> rights" for my application).
>
> Can anyone help (or is there a better way to do this?)
>
> Thanks in advance
>
> Ian B