It is really simple, Just, go to library, select the correct document, from the ribbon (assumed it is SharePoint 2010/13) go to File/Item -> Version history -> click on the Date and time link, the file will be downloaded of that version. Then you can review and do the modifications you want... hope that will help
Thanks, Ibrahim
you can try like this SPList ResourcesList = web.Lists["Resources"]; SPQuery query= '..write the query to get the Room1 resources item..'; SPListItem room= ResourcesList.GetItems(query)[0]; .... item[Resources]= new SPFieldLookupValue(Convert.ToInt32(room["ID"]), "Room1");
Hello! You can create a User in Sharepoint Online and use it with FrameWork Sennit Sharepoint Online Helper for claims through the available list so public. Sennit Sharepoint Online Helper
turbosupramk3 wrote:
I need a generic working basic example
Try MSDN[^].
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]
Sharepoint allows for the creation of a "wiki" page that mainly is an area to put files etc that people can collaborate on and all can see what is happening to the document. A wiki page is contained within the team site. Microsoft has a few good video's on sharepoint that instruct on these things.
vbmike
What do you using barcode number? you can using code to below: //Create footer variable of doc HeaderFooter footer = doc.Sections[1].Footers[WdHeaderFooterIndex.wdHeaderFooterPrimary]; //Set alignment of footer range footer.Range.ParagraphFormat.Alignment = WdParagraphAlignment.wdAlignParagraphLeft; //Add BRCode code image to footer footer.Range.InlineShapes.AddPicture(codeImagePath);
on site http://www.benjaminathawes.com/2010/10/14/ntlms-dependency-on-http-keep-alives-another-cause-of-the-dreaded-401-1-error/[^] i found that this is not error then the ntlm is functioning on this way
Member 10318367 wrote:
atleast can i get the free trail link for the same...?
Go to the Microsoft Sharepoint website, and you will find all the information you require.