Tagged Questions
3
votes
0answers
238 views
Get list of installed apps using Client Object Model
I have been trying hard to find any example, resource which explains how to get a list of installed apps in SharePoint 2013 environment using Client Object Model. So far I have found nothing.
Could ...
1
vote
2answers
487 views
How to programmatically add a hashtag to a List item in Sharepoint 2013?
I would like to add specific hashtags to List items on a Sharepoint 2013 App using the C# components.
I want to mimic the "Tags and Note Board" feature.
I found how to add a tag on the server here ...
0
votes
0answers
94 views
SharePoint autohosted App - Retrive Users from the 'app web'
I'm trying to develop an App for SharePoint (2013/Online). As part of the App initialisation and onboarding process, I need to read the list of 'app web' users and create corresponding user records ...
0
votes
0answers
61 views
Programmatically recreate Fast Search Layout list control
The Content Sources section under the Fast search Service application displays a list of all the content sources. The Content sources section gets is rendered by the ListContentSourceControl.acsx on ...
0
votes
0answers
99 views
populating document library column from sql server sharepoint 2010
I would like to populate a document library column in sharepoint 2010 with data coming from sqlserver DB. I have a sql query which returns the results and I would like to populate my document library ...
1
vote
1answer
250 views
office web apps integration
We would like to allow users of our site display office documents in Office WebApps. Since the Office WebApps are allowed only for skydrive or sharepoint and we have lot of documents for lots of ...
1
vote
1answer
446 views
programmatically get SharePoint Fast search content sources
Need help to complete my C# program. I have four content sources in my farm. I need to get all the content sources and start full crawl if the content source is idle.
What is the best way to do it. ...
0
votes
1answer
440 views
Get a weburl from Sharepoint Client Side Object Model
So let's say I have a full url into a sharepoint website.
In the past when I wanted to get the weburl and doc url, I used the "url to web url" method of the Front Page Server Extensions. ...
1
vote
1answer
182 views
How can I give a custom service application to a content database
I've got a custom service application that looks at a site collection and stamps pdf's on that site collection.
The problem is that the application pool that the service applications runs as ...
2
votes
1answer
2k views
Adding list items with SharePoint 2013 REST API
I'm trying to add a new item in a existing list using SharePoint 2013 with the REST API.
There is pretty good documentation for this here: ...
0
votes
2answers
265 views
Sharepoint web service error 0x81020030 when adding new list item
I am trying to add a new listitem using the sharepoint list service. But Iam getting this error in the result xml from sharepoint
"0x81020030Invalid file name. The file name you specified could not ...
-1
votes
1answer
369 views
Adding a document to a SharePoint list using a Ribbon button
I have a SharePoint solution using a custom document library. I need a way to allow users to added documents, but I need to specify the file name based on strict naming conventions. I am currently ...
0
votes
0answers
134 views
GetListItems Method + ViewFields parameter not getting overridden + sharepoint
I want to get the data for all the fields and rows from a sharepoint list. So, i gave all the fields in the viewFields parameter in the GetListItems() method specifying like below:
<ViewFields>
...
0
votes
1answer
178 views
How to get “Modified By” value for “custom list in datasheet view” app?
We get the "Modified By" attribute for all the files we upload to a document library in SharePoint Online. However, I am not able to fetch the field for "custom list in datasheet view" and "Calendar" ...
1
vote
4answers
465 views
SPListItem.Tasks always empty
I have a custom sharepoint (2007) list (named testlist) on which I attached a test workflow (built with sharepoint designer 2007 and named testwf), which only task defined in the 'Actions' section at ...