http://<server>/sites/test/DocLib/Forms/DispForm.aspx?ID=6&Source=http://<server>/sites/test/DocLib/Forms/AllItems.aspx?RootFolder=/sites/test/DocLib/MyFolder&View={26CA25F3-1D86-4C96-82D6-5758E71F31B7}&RootFolder=/sites/test/DocLib/MyFolder
There are at least 5 components here:
1. The server relative URL of the document's root folder (which I know, i.e.
/sites/test/DocLib/MyFolder)
2. The URL to the display form
(http://<server>/sites/test/DocLib/Forms/DispForm.aspx)
3. An ID (of the doc? 6, in this case)
4. The URL to the "AllForms.aspx" page
(http://<server>/sites/test/DocLib/Forms/AllItems.aspx)
5. Some sort of a view GUID (i.e.{26CA25F3-1D86-4C96-82D6-5758E71F31B7} )
I know the first item above. How do I get the other 4, starting with the URL
of the document? I have the SPFile object to work with.
Thanks for any help.