[This is preliminary documentation and is subject to change.]

This function will retrieve the news portlets information from the news.xml resource file and load into DataSet.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetNews()
Visual Basic (Declaration)
Public Function GetNews As DataSet
Visual C++
public:
DataSet^ GetNews()

Return Value

DataSet corresponding to the news.xml resource file. Please refer to the OfficeClip level 1 customization in OfficeClip customization help document to learn more about this customization.

See Also