Getting the GUID for any given path to sharepoint.
Posted
by user327823
on Stack Overflow
See other posts from Stack Overflow
or by user327823
Published on 2010-04-28T12:22:59Z
Indexed on
2010/04/28
20:27 UTC
Read the original article
Hit count: 224
Hey,
I'm trying to get the GUID of a given sharepoint URL. I don't mind using the API or the webservices or Sharepoint's database.
if i were to write a function, it's signature would be: //get a GUID from path. string GetGuidFromPath(string path){}
I had a lead: SPContentMapProvider but it doesn't seem to get the right info.
Thank you!
© Stack Overflow or respective owner