I am new to SharePoint Services and I hit a wall with one of my tasks. I need to retri开发者_JAVA百科eve data from a Site Column. How do I get about that? So far I only see APIs that can retrieve list
I am working with a custom list I\'ve built in SharePoint.I have a feature which has an event handler that kicks off when the feature is activated.That event handler calls (I can debug and watch it ex
I\'m trying to duplicate a SPFieldDateTime\'s value into another SPFieldDateTime in an event handler and I have to admit, I\'m stumped.There are no obvious fields I can set in an SPFieldDatetime and t
I am trying to add a new task to an existing SharePoint Tasks List using Visual Studio 2008 and SharePoint API, my code is:
I get the famous error \"The security validation for this page is invalid. Click Back...\" while creating SharePoint sites using the object model...
When attempting an SPWeb rename I receive the following SPException: Exception SPException - The security validation for this page is invalid.Click Back in your开发者_运维百科 Web browser, refresh th
I have been using SharePoint server 2003. I need to retrieve the list of permissions using SPList.Permissions.Xml. But I dont find the permissions given to the user anywhere in the Xml returned.
I have developed a sharepoint application using object model. It reads the contents of the file using SPFile.OpenBinary() object and saves the contents of the file in the local disk. When I try to cre