sharepoint-api
The SharePoint API for retrieiving all user groups and users who have access to a file
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.[详细]
2023-02-04 09:42 分类:问答Add new user with read role to site
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[详细]
2023-02-03 11:06 分类:问答list.asmx is giving authorized error in sharepoint using js
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[详细]
2023-02-01 11:22 分类:问答SharePoint custom field control intermittently reverts back to text field
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.[详细]
2023-01-30 10:37 分类:问答What MasterPage/CSS needs to be changed in SharePoint 2010 for custom design?
I created a copy(In SharePoint Designer) of my v4.master and I call it \"NEW.master\"..... all from the top level site.[详细]
2023-01-29 10:29 分类:问答Accessing Property Bag for List Item using SharePoint Client Object Model or Web Services
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[详细]
2023-01-27 05:33 分类:问答what the best methodology to create lists in sharepoint 2010 for developers?
while developing a solution on sharepoint what\'s the best method to create site lists is it: 1.Solution features in Visual studio开发者_StackOverflow社区[详细]
2023-01-27 01:54 分类:问答Update SharePoint quicklaunch link URL through PowerShell
The setup is MOSS2007. I iterate the links in the QuickLaunch, and update the URL: $siteUrl = \"http://myserver/\"[详细]
2023-01-26 17:14 分类:问答How to create custom Document Libraries and Folders with SharePoint API
I\'ve got an external application which performs web service calls to SharePoint API. I need to create two functionalities:[详细]
2023-01-25 22:05 分类:问答SPContext.Current.FormContext.OnSaveHandler not firing when SPControlMode is New
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[详细]
2023-01-25 19:57 分类:问答