Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kennedyeoin

    Modifying Length Of Time New Symbol Appears

    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
  2. kennedyeoin

    Customise MYSIte Template

    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...
  3. kennedyeoin

    Blog Site Approval Status

    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...
  4. kennedyeoin

    Sharepoint system.io.packaging

    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...
  5. kennedyeoin

    Workflow- Getting Information about where the workflow was called from

    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...
  6. kennedyeoin

    Adding actions to the user interface.

    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"...
  7. kennedyeoin

    c# code to add document to document library

    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()...

Part and Inventory Search

Back
Top