We are looking for a SharePoint API that provides all the users/groups which have access to a file in SharePoint if we know the URL of that document.
I am using the sharepoint 2010 client object model to create a new web site under my site collection. As part of this site creation and would like to add a given set of users to my site with read perm
When i logged in with Administrator, I am able to access my list data with list.asmx web service. But when i logged in with other开发者_如何学Go user who is not primary administrator of the site, i go
This is maybe a long shot, but I have a custom field control that renders a colorpicker field for a custom SharePoint list. The field control inherits from the BaseFieldControl.
I created a copy(In SharePoint Designer) of my v4.master and I call it \"NEW.master\"..... all from the top level site.
Just to ask if it is possible to access and update properties in the list item\'s property bag via the SharePoint 2010 client object model?I can see that it possible to get the web\'s property bag (bu
while developing a solution on sharepoint what\'s the best method to create site lists is it: 1.Solution features in Visual studio开发者_StackOverflow社区
The setup is MOSS2007. I iterate the links in the QuickLaunch, and update the URL: $siteUrl = \"http://myserver/\"
I\'ve got an external application which performs web service calls to SharePoint API. I need to create two functionalities:
I\'ve got a web part that I\'m using to add some custom controls to the New, Edit and Display forms for a SharePoint ListItem. I added a handler for SPContext.Current.FormContext.OnSaveHandler to upda