Tagged Questions
The sharepoint-api tag has no wiki summary.
11
votes
15answers
2k views
What developer features excite you the most for WSS 4.0 / SharePoint 2010?
There's been a lot of developer frustration working with SharePoint but we all hope Microsoft has been listening. With that in mind...
What updated and new features for developers excite you about ...
6
votes
2answers
655 views
How to reference two versions of an API?
I have a need to reference two different versions of the Sharepoint API dll. I have a webservice that needs to run under both Sharepoint 2 and Sharepoint 3, but also needs to work with new features ...
5
votes
2answers
151 views
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
2.Sharepoint designer
3 the browser
considering code reusability and ...
4
votes
1answer
740 views
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 ...
3
votes
2answers
161 views
Sharepoint Coding standards
I just came accross this table:
Please let me know what difference in poor-->better for the last 5 items.
3
votes
2answers
2k views
SharePoint List.getListItems WebService to return sub folder contents, recursively
I am calling the lists.asmx webservice from CXF.
The following soap call does not return files from list sub folders. It returns folder1,folder2 and file1.pdf
Shared Documents
folder1
...
3
votes
1answer
707 views
SharePoint user info User Information List and People Column Type
I am retrieving the user information from a number of site collections through the SharePoint web services.
http://mysitecollection.com/_vti_bin/usergroup.asmx
Using the ...
3
votes
1answer
300 views
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:
Create Document Libraries with e.g. foo, bar and baz as required data ...
3
votes
1answer
2k views
Sharepoint 2010 Managed Metadata - unable to get Term from TermSet
Having a really aggravating problem using Managed Metadata in SP2010 where I can get a Taxonomy Session, Term Store and Term set fine, but when I try to retrieve a term from the term set, I get a ...
3
votes
3answers
3k views
SharePoint and <identity impersonate=“false” />
I would like to use integrated authentication to access a SQL database from a web part. It should use the IIS Application pool identity.
By default you will get the error:
...
3
votes
3answers
512 views
How to programmatically destinguish between WSS and MOSS
I need to know if I am working with SharePoint Services or SharePoint Portal Server when using the SP API. Is there a way to do this in code (C#)?
3
votes
12answers
14k views
Easiest way to extract SharePoint list data to a separate SQL Server table?
Edited:
What is the easiest way to scrape extract SharePoint list data to a separate SQL Server table? One condition: you're in a work environment where you don't control the SQL Server behind the ...
3
votes
1answer
897 views
How do I check if a Sharepoint Document Library has the Require Approval flag set, using the Sharepoint API?
It would also be useful to be able to check the "Requires Checkout" flag as well. I thought it might be a property on the SPDocumentLibrary object, but I can't see it.
Do I need to look in one of ...
2
votes
2answers
887 views
How to get user rating programatically in Sharepoint 2010?
So I have enabled Ratings in Sharepoint 2010 for a Document Library following this guide: http://weblogs.asp.net/bsimser/archive/2009/10/19/sharepoint-2010-what-s-new-ratings-spc09.aspx
Now I need a ...
2
votes
2answers
184 views
Sharepoint service to copy subsites from private site to another site
I have this two sharepoint web application that resides on the same server with different site collections and contents. What I wanted to do is to develop a service that will just be scheduled to run ...
2
votes
1answer
631 views
Sharepoint 2010 SPListTemplate how to get list of fields?
I need to get all fields from my list template?
How can i do this?
var web = site.OpenWeb();
var template = web.ListTemplates["SomeTemplate"];
template ... ???? -There is no method to get fields.
2
votes
1answer
271 views
SPQuery : Difference between Query and ViewXml properties?
Hello SharePoint developpers !
I can't deeply understand the difference between Query and ViewXml properties in the SPQuery object. In the msdn documentation, it's written :
Query : Gets or sets ...
2
votes
1answer
164 views
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.
I looked in SPItem Class of MSDN documentation - ...
2
votes
1answer
179 views
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 user who is not primary administrator of the site, i got 401 ...
2
votes
1answer
2k views
Upload a .pdf file to a Sharepoint Document Library using Access vba
Within an Access 2007 application, I'm creating a static report in .pdf format. I want to create it, then export the static report (not the data itself) to a Sharepoint Document Library. The intent is ...
2
votes
3answers
236 views
How to track folder permission event?
This is about folder level permissions. We have a document library with break inheritance. While adding folders, sub folders through code, again we coded for break inheritance.
Now the requirement is, ...
2
votes
2answers
534 views
Add Site and Page Description to SharePoint Search Index
As part of a SharePoint solution, the functionality for users to create new web sites and publishing pages (programmatically) via a button click has been added. I need to ensure that the Description ...
2
votes
1answer
2k views
How to find the URL of a SharePoint web application given the url of a Site within that
I need to find the URL of the web application of a given Site (say I have an url http://code/sites/java. Given the url of this site collection i need the URL of the web app that hosts this site ...
2
votes
3answers
1k views
Will using a SPListItemCollection returned from a function reopen the SPWeb?
After reading Stefan Gossner's post about disposing objects and this question about Cross method dispose patterns, I found that I was guilty of accidentally reopening some SPWebs. I know in Stefan ...
2
votes
1answer
460 views
Script SharePoint crawl rules
I want to exclude certain pages from MOSS indexing like a confirmation page that sits in the pages library in the root of my site: http://server/Pages/ConfirmSignup.aspx
I can do this by going to ...
2
votes
3answers
615 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 ...
2
votes
3answers
4k views
SharePoint SPFolder.SubFolders.Add not actually adding a folder
I have a couple document libraries that are just standard libraries -- no associated custom content types or anything. I am trying to add subfolders to them, and in some cases it just doesn't work.
...
2
votes
3answers
1k views
Sharepoint Workflow Fails When First Run But Succeeds When Run Manually
We are using an infopath form that when submitted is supposed to fire off a custom .NET workflow. Basically, the information within the form is used to create a new sharepoint site. What I am seeing ...
1
vote
2answers
49 views
How to keep log of all users who are visiting site or page on site Sharepoint 2007
We have sharepoint site and we are using sharepoint 2007.
We want to keep track of all users who are accessing the site and pages of the site.
We are checking sharepoin site usage report but we are ...
1
vote
1answer
74 views
Get all the machines in sharepoint farm
im writing really big script that will get a lot of info on the farm
I want to make it dynamically so I want :
1. Get all the database servers in the sharepoint farm
2. And I want to get all the ...
1
vote
3answers
57 views
Querying sharepoint data
I have a requirement to retrieve data from share point (I guess it is 2010, but will check with admin if relevant) and generate an excel report/chart. Say we have a bug tracking system in share point. ...
1
vote
3answers
96 views
How to get the full URL from an SPWEB
I have a VB console application.
I would like to get the absolute URL of the page.
Here is my current code:
Using siteCollectSPSite As New SPSite("http://mySite")
Dim blogPostSpList As SPList
'Get ...
1
vote
1answer
60 views
Sharepoint 2010. How to check and get current zone
Sharepoint central administration contains possibility to configure URL for different zones (Alternate access mappings).
Ex:
Default Zone
Etranet Zone
Can i with some sharepoint API determine and ...
1
vote
3answers
449 views
Getting field names of a listItem - (Strongly typed?) in SharePoint 2010 Client API
I'm very new to SharePoint, using 2010. Trying to see what we can do with it, in particular with Lists. And I have a feeling I'm missing something pretty obvious, but can't find it.....
In a ...
1
vote
1answer
92 views
Update Version History Programatically
In my webpart i need to populate the data from the sharepoint lists and libraries.
I have an option to change the data in the UI and that should reflect the same in the lists/libraries when i click ...
1
vote
0answers
32 views
Is there any feature or function/library to connect sharepoint via HPQC?
I want to use my HPQC runtime data sharing on Sharepoint portal based on trigger from sharepoint. Is there any feature or function/library to connect sharepoint via HPQC?
Thanks,
Dnyanesh
1
vote
1answer
401 views
Sharepoint. Show list item version history dialog
I have custom page and id of list item. How can i show sharepoint version history dialog from my page?
1
vote
1answer
533 views
CXF - catching/handling HTTP exceptions
This is rather a basic cxf usage question. How/where can we catch the actual HTTP exception/error. I kind of followed the Interceptor/MessageObserver concept but could not capture the HTTP error using ...
1
vote
2answers
1k views
SharePoint 2010: Updating View Xml (Enabling Toolbar)
I am trying to enable View toolbar on my list views. But it seems not to be working.
Could you please help me getting the code right?
/// <summary>
/// Handles the Click event of the btnEnable ...
1
vote
0answers
196 views
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 ...
1
vote
0answers
202 views
Time out when creating a site collection
I am trying to create a site collection programmatically.
It has worked for about 6 months, but after the servers have been updated (various patches) it doesn’t work anymore (we have 3 servers: 1 ...
1
vote
1answer
182 views
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.
Most of the time ...
1
vote
1answer
352 views
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/"
$spSite = new-object Microsoft.SharePoint.SPSite($siteurl)
for($i=0; $i -lt ...
1
vote
1answer
708 views
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 update ...
1
vote
1answer
292 views
Retrieving Images From SharePoint through the Managed Client Object Model
I'm trying to write some code to pull down images from SharePoint Foundation 2010 using the Managed Client Object Model. Specifically, I'm trying to get the image bytes from images stored in the Site ...
1
vote
1answer
411 views
1
vote
2answers
157 views
Automate creation of a SharePoint list without writing any code
As part of the configuration of my product (after installation), I need to create a few Sharepoint lists on the SharePoint site specified by the user.
Digging around, it seems that i need to write ...
1
vote
1answer
338 views
SharePoint Event Handler
I'm having an issue with an event handler in SharePoint.
I have a list of items (List A) which has an event handler attached to it with code for ItemAdded and ItemUpdated.
When either of these ...
1
vote
3answers
480 views
Specifying Item Level Permissions using Sharepoint List Event Handler but to a list on which user has Contribute rights
I have a List to which users have contribute rights
I have a Event Handler which changes the Item Level Permissions on adding or Updating events on list by
2.a ...
1
vote
3answers
788 views
Copy folders when copying list items from source to destination
This is my code to copy files in a list from source to destination. Using the code below I am only able to copy files but not folders. Any ideas on how can I copy the folders and the files within ...