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...
Hi, I tried escaping the backslashes but still no use.
Maybe I am going about this the wrong way, what I am trying to achieve is creating a new document in a document library with the template of that library.
I have tried numerous things, I was quite close with simply using
SPFile templ =...
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...
Let me be a bit more specific with my problem.
I have written code for creating a new contract in a windows application to open a word document and then save it as a new name. This workd perfect.
However I tried to put my code into a workflow and when I try to run the code it breaks trying to...
In case anybody else has the same problem. The save As like Phil said is perfect for adding a new document to a document library.
If you want this document to have a certain temoplate then firstly use the open method to open the template then use the save as to save it.
Thanks very much for...
Hi Phil,
Using save as works perfect thanks, one last question,
I have a document template set up for this library.
Is there a way that I can have this newly created document use the document template that I have set for my Library?
Hi Addendum,
Thanks very much,
Could you please give me an example of code that would implement this. I am unable to see how you point to where the document should be saved with the SaveAs action.
Thanks again
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.