I am creating a list definition and a list instance with xml code in my SharePoint 2010 solution. Now, each time I deploy my solution it deletes the list and creates a new one. I only want to create t
\"selectedBA\" is the variable that contains a value determ开发者_开发百科ined @ runtime.how can i incorporate this into a linq statement that will give me all the items in a SPList where the dynamic
Im new to sharepoint and im trying to get a SPList from another SPSite i have on same farm, that itself is not a problem.
In a Sharepoint there is a SPList that I should check if a name of field exist. (If exist I add content, if not exist I do something else)
When I remove the roleassignments for the group on the list, this also removes the roleassignments for the subfolders. (BreakInheritance == True for the subfolders. )
Is it possible to loop through field collection of a sharepoint list and retrieve only our custom fields and not the sharepoint built-in fields.
When I try to add a File type field to a custom list I get System.InvalidOperationException: Operation is not valid due to the current state of the object
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to save some settings in sharepoint and i could access the datas from any webapplications. Shall i go for configuration databas开发者_如何学运维e or is there any other option. its better to go
I a开发者_JAVA百科m writing a replacement for the sharepoint asset picker dialog with additional features.