Hi,
Does anybody know how you can modify the length of time in Sharepoint that the new icon remains beside documents and items that are uploaded and created.
Thanks
Hi,
I have serveral users of Sharepoint 2007 who each have their own mysite. Currently this is the default mysite provided with sharepoint.
I am looking to customise the mysite template to add addittional lists etc.
Does anybody know how I can either
1. Customise the mysite template or
2...
Hi,
I have created a main blog site for storing the blogs of various users.
I have wrote c# code to copy blog entries in an individuals site to the main blog site.
This works perfect except for one thing. When the blogs are copied to the Main blog site they are not automatically posted...
I am tring to use packaging to copy a word document located on a sharepoint server.
The code I am using is
String packagePath="http://servername/sie/folder/file
Package docPackage = Package.Open(packagePath, FileMode.Create, FileAccess.ReadWrite);
I am recieving the error URI formats are...
Hi,
I have a workflow in Sharepoint which is invoked when the user adds a new item to a sharepoint list.
I was wondering if there is a way that I can get information about where the workflow was called from.
The information I am looking for is primarily
Site URL
List Name
If I could also...
Hi I am trying to add a user action to a particular list in my sharepoint site. I am using sharepoint 2007.
I used the feature.xml file to add an action to the user interface fine
<CustomAction Id="Contract Generation"
RegistrationType="List"
RegistrationId="101"
GroupId="NewMenu"...
Hi,
I am trying to write c# code to add a new document to a document library. My current code is
SPDocumentLibrary contracts = (SPDocumentLibrary)mySite.Lists["Contracts"];
SPList contracts = mySite.Lists["Contracts"];
SPListItem newContract = contracts.Items.Add();
newContract.Update()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.