All Questions
Tagged with sharepoint-api object-model
2 questions
0
votes
2
answers
7k
views
How to prevent adding of duplicate list items in sharepoint list
I need to add items to a sharepoint list through object model. Before doing this i want to check whether the current item is already exist in the list or not. how to do this?
2
votes
3
answers
863
views
Regarding SPLongOperation Object In SharePoint 2007
I am using the SPLongOperation Object in my project to introduce a delay while navigating to a new page.The in-built page uses the default css styles and branding.
I want to customize this page ...