Tagged Questions
1
vote
1answer
121 views
GUIDs vs OBJECTID
I am devising a program that consumes the Sharepoint 2010 SOAP web services. One of the methods uses the Web Search service Query method that retrieves a bunch of results, of which neither are GUIDs. ...
2
votes
1answer
118 views
Using web services to create a meeting; need to generate a uid
What are the guidelines around generating a uid for the Meetings.AddMeeting web service call if I am not using C#? I am actually making the call from iOS/android.
Would any random string of ...
0
votes
1answer
136 views
Is there a way to return the information from 'viewlsts.aspx' like Allitems.aspx?
In the Allitems.aspx there is the CTX.listName which houses the GUID of the list.
what I'm looking for is the GUID for the /_layouts/viewlsts.aspx
is this even possible?