On theSite Contentspage, selectSite Pages. Look for the name of your page or news post in theNamecolumn. It may be in a folder. Optionally, you can use theFilteror Sort options to help find your page. How to find news posts in the Pages library News posts are pages with additional ...
One of the first things that I do in my loop is pull out the binary stream from the file, using the SPFile.OpenBinary method, and assign that to a variable. I'll be using this later to populate the contents of the destination file. Next I'll be creating a new ...
How to: Find Text, Numbers, or Dates in a Report (Reporting Services in SharePoint Integrated Mode) How to: Export a Report (Reporting Services in SharePoint Integrated Mode) How to: Link Clickthrough Reports to Entities (Reporting Services in SharePoint Integrated Mode) ...
When you often execute a search in SharePoint Online, you only intend to find the documents that match the specific keyword you typed in. However, because SharePoint search is pretty powerful, it returns many more results than what you need. In today’s article, I will share a quick tip...
In this video, Jacques Victor will show you how to create Coded UI tests within Visual Studio Team System 2010. Visual Studio Team System 2010 introduces a new test type - Coded UI Test, which enables you to create automated UI tests which can then be added to a regression test suite. ...
The only way I can open those folders without a link is if I know them by name then I can search them. But by default shouldn't they be listed in my SharePoint portal? I would appreciate if anyone can tell me about away to find out which folders/files have b...
1] Access Site contents from the Quick Launch bar Once you have added and published a page, go to the page. If it is not visible, click ‘Site contents’ on the Quick Launch bar, in the list of contents, choose ‘Site Pages’, and then select the page that you want. ...
Share via Facebookx.comLinkedInEmail Print Article 10/01/2010 In this article In This Section See Also Procedural topics are located in SQL Server Books Online with the conceptual topics they pertain to. You can synchronize to the table of contents when you are in Books Online to find concep...
Applies to: SharePoint Server 2010The document sets feature includes its own ribbon tab. This topic explains how to add a button to the document set ribbon. By adding a button to the ribbon, you set up a scenario where you can implement functionality that uses the ribbon to perform speci...
as we should call an Update() on the file-reference we first need a reference to the file:SPFile file = folder.Files["MyFileName.xml"]Now we can change the file contentsfile.S...