Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
771 views

Programmatically enumerating Web Part Zones of a Publishing Page Layout

I have a situation where a class I have is passed a PublishingPage instance and I want to enumerate any and all web part zones that are used in the Layout Page for this page. This is proving tough. ...
2
votes
4answers
236 views

Sharepoint 2010 - make Title, Description and Keyword fields as required fields in Picture Library using server-object-model

I'm creating a Sharepoint feature, this feature has an event receiver associated to it. In the event receiver, I'm creating a Document Library and Picture Library using server-side object model. I'm ...
1
vote
1answer
1k views

How to get all sites and sub-sites in SharePoint and access an image library/list?

How to get all sites and sub-sites in SharePoint and access an image library/list? I am looking forward to achieve this via the SharePoint object model. Inside each site or subsite I want to access ...
0
votes
0answers
9 views

get top 10 searchs and top 10 searchs by me from a custom sharepoint search scope

I have a strange requirement on Sharepoint search. The details are as follows: I have a custom scope created on a custom list say "My Custom Scope". I have to fetch top 10 searches on this scope and ...
0
votes
1answer
40 views

SharePoint And Excel Integration

I have an interesting problem. I have several Excel sheets that our users use to submit requests. We now want to automate them. We have created custom web parts and lists and got rid of the excel ...
0
votes
2answers
85 views

Reading sharepoint site through object model within ASP.NET website produces errors

Scneario : Webserver with ASP.NET site. Installed Sharepoint 2010 SQL Express edition on the same server. SQL resides on the same box. The ASP.NET runs on appPool1 with identity "SiteUser". The ...
0
votes
2answers
91 views

SharePoint 2010: Removing Workflow from the list using SP Object Model

Could you please point me to some good articles/links that explains how to remove a Workflow from the list using SP Object Model? I am not having much luck with Google today! Thanks a lot for ...
0
votes
1answer
370 views

SharePoint 2007 : How to programmatically upload binary file into Document Library?

I encounter a problem to programmatically create an item into Document Library in SharePoint 2007. Below is my code fragment, perhaps you might able to point out what is my error: ...
0
votes
1answer
174 views

How to Creatie Multiple Site Collections and Subsites under a already Created fresh Web Application. Sharepoint 2010

I have a fresh web application already created. Now I just want to Programmatically add Site Collections and Subsites to the Web Application using the console application. Any Help appreciated. ...
0
votes
1answer
110 views

Copying Content Types across SharePoint servers

I am developing a Windows application that will allow SharePoint administrators to copy a content type from one server to another (across two SharePoint environments). I am at a point where I have the ...
0
votes
1answer
308 views

SPListItem.Update() throws exception when trying to update Title. 255 char limit issue with encoding

It seems that I have an issue with encoding. The field max width is 255 chars and the title is indeed 255 chars, however there are some characters in the title (quotes and angle brackets) that are ...
0
votes
1answer
281 views

Sharepoint Object Model vs WebServices

I had created a xml query that I was sending to my sharepoint search service which was returning some results. I then pulled the SQL query text out of it and started using it with the object model ...