For SharePoint-specific questions, please see the SharePoint Stack Exchange (http://sharepoint.stackexchange.com) site. Use this tag for programming questions which may involve SharePoint. Microsoft SharePoint is a platform and a family of software products developed by Microsoft for collaboration ...
0
votes
0answers
8 views
ListItemVersion content type read in SharePoint2010
In SP2010, create a DocLib which supports Content Types (add the Dublin Core Document content type, and set it as the default CT) and enable supports Versions.
similarly add another content type Link ...
1
vote
0answers
5 views
SharePoint - VirtualPathProvider: Register within FeatureReceiver
I'm trying to implement an VirtualPathProvider for SharePoint 2010/2013 (Server and Foundation). So far I've implemented subclasses of System.Web.Hosting.VirtualPathProvider, ...
0
votes
1answer
4 views
Sharepoint REST Query with multiple variable for a query tag
In Sharepoint 2013, using Search REST API; I can get a result by using path in querytext query tag, like this:
http://host/_api/search/query?querytext='path=http://host/site/pages/index.aspx'
The ...
0
votes
0answers
4 views
Sharepoint migration: Save conflict and web address issue
I am migratin Moss 2007 site to Sharepoint 2010 without UI upgrade. I am stuck in below 2 issues.
1. I have a list named "ABC". On editform.aspx if we update the attachment and click ok it throws ...
0
votes
0answers
10 views
How to get a list of SharePoint users by pattern name
I am using SharePoint API to write an iPhone/iPad client.
The GetUserCollectionFromSite method returns all the users. I have searched in MSDN specification:
...
0
votes
0answers
3 views
Documents from library's top-level displayed with lisitem icons in SharePoint search
So I have a SharePoint 2010 search, and a scope for document search. In the results, I want to see document icon dependent on it's type, like or . And I have a document library, from which results ...
0
votes
0answers
5 views
timer job not appearing sharepoint 2007
I have created a Timer Job and deployed the wsp to the central admin. The feature is installed and activated fine. I don't get any error. But i can't see the timer job in the Timer job list in central ...
0
votes
0answers
7 views
SharePoint 2013 - Sorry, this site hasn't been shared with you
I have created a SharePoint site using stsadm.exe ( SharePoint command line administration tool ). The site has been created successfully. It can be browsed and the site administrator can log-in to ...
0
votes
0answers
7 views
Sharepoint List views and permissions
Is it possible to have certain permissions for different views on a SharePoint list. Say I have a list on SharePoint named "employee details" this list contains an employees contact details, medical ...
2
votes
0answers
8 views
Java API to connect with Share Point Server
I will want to know any paid or open source Java Api to connect with the Share Point Server .
I just google and found Share Point Java API
But when i tried to run a simple Demo Code it not worked i ...
1
vote
1answer
18 views
SharePoint 2013 JSOM User Key From Person Field
Can anyone help me to get the user info from a person column using javascript? So far I have been able to read the list item and return a SP.FieldUserValue from which I can get a numeric Id (not sure ...
0
votes
3answers
27 views
'Writing' HTML Code in C# SharePoint Web Part
I'm trying to figure out a way where I can write html code to a SharePoint Web Part with C#. I don't even know if this is possible but I'm assuming it is. In JavaScript it would just be something ...
1
vote
1answer
11 views
comparing dates with sharepoint
I am trying to compare the date of my Last B Service + Service interval months to todays date in Sharepoint. But it is giving me an error.
=IF(DATE(YEAR([Last B Service]),
MONTH([Last B Service])+[B ...
-1
votes
0answers
7 views
Spell Check in Uppercase - Sharepoint 2013
In SharePoint 2010, the spell check feature would ignore uppercase words by default. There was no way to turn this off and allow spell checking of UPPERCASE words. Does anyone know if this is an ...
0
votes
0answers
6 views
SharePoint2013 Silverlight SecurityException (worked in SP2010)
We are planning to migrate some complex Silverlight apps to SP2013.
Using sp2010 I can create web page anywhere outside sp site and create clientcontext by sp site url.
This is easy and quick way to ...