API for interacting with SharePoint from .NET code deployed to the server.
0
votes
2answers
25 views
Can I programatically move sites or content between 2007 and 2010?
Using the SharePoint Object Model on a SharePoint 2007 environment and the remote object model to talk to a SharePoint 2010 environment would it theoretically be possible to migrate sites or content ...
0
votes
1answer
14 views
ProcessBatchUpdate has no effect
I have an application I am working on that uses an Event receiver to propagate metadata to a document library. I am trying to use SPWeb.ProcessBatchUpdate to copy the metadata back.
my code looks like ...
0
votes
1answer
17 views
Programmatically get port 80 Web Application Default URL for Farm?
How would I programmatically get the port 80 Web Application Default URL for the Farm?
0
votes
0answers
32 views
SPWeb.GetFolder() returns SPFolder with no files or sub folders
I'm encountering a strange problem on SharePoint 2007 where the following script correctly enumerates files and folders on my QA and DEV sites, but not on my Production site. Why is SPWeb.GetFolder() ...
2
votes
1answer
51 views
How do i “Refresh” each site collection's permissions?
My network admin have deactivated a lot of users from the Active Directory, and recreated them using the same username but with a different OU,
Now the SP 2010 does not recognize these users or their ...
1
vote
2answers
34 views
Track users opening files from the farm?
Our internal auditors have made a request to produce a regular report that shows when users access certain files.
With this in mind I was wondering - is there a way in the object model or otherwise ...
0
votes
1answer
43 views
TimerJob editing workflow and web config - Consuming external webservice
I have a list that is attached to a workflow (State machine, VS2010, SP2010).
There is an OnWorkflowItemChanged activity that will check if a column of the list has been changed. If it changed, it ...
0
votes
2answers
18 views
Accessing the version on an SPFolder
Within a Document Library with versioning turned on, I noticed that if I create a folder and "View Properties" that there is a "Version: 1.0" that is listed as a property along with "Created By", etc. ...
0
votes
1answer
19 views
Ghostable via Object Model
Is it possible to set a file as Ghostable/GhostableInLibrary via the Server Object Model? I don't see any properties on SPFile that seem to fit the bill.
I know you can do this via an XML module, but ...
0
votes
0answers
80 views
How can I programmatically upload video( using video url of external sites ..eg.youtube) into Asset Library in SharePoint 2013 using obejct model?
My question is:
How can I programmatically upload video( using video url of external sites ..eg.youtube) into Asset Library in SharePoint 2013 using obejct model?
Please advise.
Regards
Sunny
0
votes
2answers
83 views
Adding extension methods to SharePoint types
Heads up, this is very much a beginner question.
My SharePoint experience is primarily with working with SharePoint designer and powershell.
I've never touched Visual Studio or anything to use custom ...
0
votes
1answer
24 views
Approving document library items from Object model in WSS 2.0
What is the correct way to approve an item in WSS 2.0 through the object model? I have some code that was recently modified to auto approve items that met certain criteria by another developer. That ...
0
votes
1answer
50 views
Best way of customizing SharePoint List forms
What is the best way of customizing SharePoint List forms(NewForm, Edit form, Display form).
Application page - object model
Visual web part - object model
SharePoint Designer 2010 - ECMA script
...
0
votes
0answers
106 views
Use picture name from picture library as lookup field
I have a picture library that I want to use the name as the source of a lookup. You cannot do this with the Name field. So, I created a new field, Picture Name. I am trying to wire up an ItemReceiver ...
0
votes
1answer
70 views
where i can find trace for item.systemupdate()
I am working on a project which was initially developed by someone else. few of my list items are getting updated but i am not getting anything in version history. I believe that some schedule job is ...
0
votes
1answer
25 views
Longest practical filter for an alert
Environment: SP2010 Enterprise SP1, Server/SQL 2008 R2, VS2012
When building alerts through object model, what is the longest or most complex CAML filter that can be applied to them? Can they be as ...
1
vote
1answer
145 views
To deploy page layout with feature at the same time of adding content type, the content type Id issue
First let me describe my situation:
Now I'm using object model to add two content types (inheriting Pages content type) using the FeatureActivating methode in the Feature Receiver. in the same ...
0
votes
2answers
189 views
powershell - The user does not exist or is not unique
When I try to add user/group using SharePoint OM or Power Shell script I'm getting the following error. In this example S-9-9044-V is an AD Group.
The user does not exist or is not unique
$web ...
1
vote
0answers
44 views
Distinguish Event Receiver Firing From Web UI or From Code
Think of some event receiver methods like ItemAdded, ItemDeleted etc.
How can I detect in my event receiver code if the item adding/deleting is being triggered from the web UI or from the object ...
1
vote
2answers
113 views
SharePoint Data Modelling Tool
I plan to develop a data model for a SharePoint application that we would like to bid out for development. Is there a data modelling tool that is preferred to be used with SharePoint, like it can ...
1
vote
1answer
89 views
Stale QuickLaunch after SPWeb.Title update and Redirect
Thanks for taking a look.
I have a text box and a button on a SharePoint aspx page which will update the current SPWeb's title. The control then redirects the user to a different .aspx page in the ...
0
votes
0answers
71 views
SharePoint 2010 Workflow with a set of documents
I'm creating a workflow that starts with a user filling a form. The form contains a number of fields like first name, last name, a choice field with say choices A, B and C.
Depending on the choice, ...
0
votes
2answers
153 views
Accessing LookupFieldValue throws error
I have a lookup field on a list (header) that looks up values on the same list. I am trying to read the value out of that lookup with this code:
using (SPSite site = new SPSite (mySite.ID))
{
...
1
vote
3answers
46 views
To Dispose or Not to Dispose - IDisposable Passed as Function Parameter
If an IDisposable SharePoint object is passed into a function, does an explicit Dispose() call need to made on it?
Example:
public void TheCallingFunction()
{
SPSite site = ...
0
votes
2answers
100 views
How check if a site (not site collection) has sub sites in it? [Object Model]
I am trying to figure out a way to check if a Site inside a Site Collection has sub sites in it.
To get sites inside a site collection, we can use the below code.
foreach (SPWeb siteobject in ...
1
vote
1answer
34 views
Move discussion list to another discussion list
How to move a discussion list with all its messages to another discussion list maintaining the proper tree structure of the messages(replies)??
1
vote
0answers
72 views
Unable to seperate normal and hidden folder such as “Forms” [SPFolder Object Model ]
While performing certain task in a console application, i am unable to separate normal folder and hidden ones such as "Forms","FormServerTemplates" etc. I am using SPFolder in the obejct model. I have ...
0
votes
1answer
177 views
Getting Library contents along with Folder structure [Console application using Object Model]
I am developing a console application which will get all the files in a document library and copy it to a particular location on system. I was successful in retrieving all the files within the ...
2
votes
1answer
2k views
How to update a deployed content-type?
I created a content-type and applied it inside a document library. Now, if I go to the conent-type gallery and delete one of the fields, and then go back to the library and view the available ...
0
votes
0answers
184 views
SPListItemCollection.EnsureListItemsData seems to deadlock
I'm trying out multithreading with the SP2010 Object Model and I've run into some weirdness.
My application currently does the following:
Opens an SPSite and uses AllWebs.WebsInfo to build a Guid[] ...
0
votes
2answers
115 views
how to open version history using SPSecurityTrimmedControl
I am using SPSecurityTrimmedControl to view version history of list for users who have more than read permissions like this
<.SharePoint:SPSecurityTrimmedControl ID="SPSecurityTrimmedControl1" ...
0
votes
3answers
138 views
I cant hide the Title field programatically
I am trying to hide the Title field so it does not appear in add/edit forms. I am using web templates. The title is hidden in the sitecollection but not in any of its sub sites.
Below is my code. ...
0
votes
1answer
159 views
Enable-Feature powershell-command in object model
How to do Enable-SPFeature equievalent in object model. I want to enable some features (lists) in my publishing site in event receiver. For example:
Enable-SPFeature announcementslist -url ...
0
votes
0answers
178 views
Cannot remove file <x>. Error Code: 16388
I've written a tool top copy/paste/delete files accross site collections and then remove the original version from the recycle bin.
The method to copy the files is:
public bool ...
0
votes
1answer
454 views
How do I obtain the SPWorkflow object in the event receiver?
I have a workflow event receiver which is handling the WorkflowStarted and WorkflowCompleted events. I need to obtain references to the workflow list item and the workflow object to do some additional ...
0
votes
2answers
130 views
How to update one list from another, element by element
I want update with some changes one list from another. The secand list should have details of first list.
First list has got elements:
Contract | Worker | Day Start | Day Stop | ...
0
votes
1answer
223 views
Sandboxed Solution to create a Document Library and enabling manual declartion as record
I need to create a SharePoint Feature, when activated needs to create a Document Library and then enable the manual declaration as record. Following is the code which is working fine in a Console ...
1
vote
1answer
54 views
Checking SharePoint Uptime Remotely
I was wondering how people have gone about programatically checking if SharePoint is still available?
I use the following now to check it, but it relies on the SharePoint object model and must run on ...
0
votes
1answer
125 views
Invalid URI when trying to empty recycle bin
Based on this question I wrote the following in my class for emptying the recycle bin:
public static void EmptyRecycleBinItem(string siteCollection, string originalLocation, string filename)
{
...
0
votes
1answer
138 views
What permissions are required to access SPSite.Usage?
I am using the SPSite.Usage property in the object model to get statistics on the size of a site collection in SharePoint 2010. With my own user account being a farm administrator, site collection ...
2
votes
1answer
121 views
Is there a way to only clear a specific item from the recycle bin?
I know I can empty the recycle bin for a site collection with the following:
public static bool EmptyRecycleBin(string siteCollection)
{
try
{
using ...
0
votes
1answer
92 views
PowerShell version of SPWebapplication.FormDigestSettings.Enabled?
Does some one know the PowerShell equivalent version of the following SharePoint object model code:
SPWebapplication.FormDigestSettings.Enabled = false;
0
votes
1answer
919 views
Copying items from one list in one site to another in another site?
I have a class that I've been working on to allow me to move items in SharePoint, whilst retaining meta data. The class is as follows:
public class Lists
{
/// <summary>
/// ...
2
votes
1answer
70 views
Deleting a SharePoint User Profile remotely
Can anyone tell me how to delete a SharePoint user profile remotely? I don't see a way to do this using SharePoint Web Services or User Profile Services. The following code works fine when run on ...
0
votes
0answers
130 views
List item attachments not showing up when accessed through the object model
I've got some list items which have manually attached (through the web interface) files and need to access these files on server-side. Whenever I look at SPListItem.Attachments though, it always shows ...
1
vote
2answers
82 views
How to create sites taking values from database
In one interview, interviewer asked this question.
I have one table in sql server database which contains the Title and its id(int).
Now I want to retrieve those values from database and based on the ...
1
vote
1answer
499 views
Adding Document to a record library programmatically
I have a requirement, where I need to upload a document like invoice report to a record library programatic. I have used the same code as uploading document to a normal document library. Now the ...
0
votes
2answers
2k views
How to add specific SharePoint Group to List permission with c#?
using (SPSite site = (SPSite)properties.Feature.Parent)
{
using (SPWeb web = site.OpenWeb())
{
if (web != null)
{
web.AllowUnsafeUpdates = true;
SPList list = ...
0
votes
1answer
42 views
What is UpdateListCompleted and why isn't it documented?
I've been messing around with the SharePoint List web service and I came across an event called UpdateListCompleted.
I thought this might be of some use for the project I am working on so I ...
0
votes
1answer
673 views
Need Sharepoint like modal pop-up window
I need to show Sharepoint 2010 like pop-up window when clicked on a link in grid view. Once the modal pop-up displayed and user selected the Save button data base should be updated with given values ...
