Tagged Questions
0
votes
2answers
462 views
Is it possible to determine if a given URL represents an SPListItem?
I am wondering if there is some sort of way to check a URL to see if it represents a list item before calling SPWeb.GetListItem that I haven't found.
I have code that needs to retrieve a list item ...
1
vote
1answer
327 views
Create a safe url (remove diacritics and spaces)
I want to create a site with a title provided from a user and use the title as the site url. However I want to remove spaces and diacritics.
I replace spaces with a hyphen, and I run ...