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

Gets the links to different websites specified by the site administrator in OfficeClipPicks.xml resource file. Please refer to the OfficeClip level 1 customization in the OfficeClip customization help document in order to learn more about how different portlets consisting of links to other relevant websites can be provided in OfficeClip.

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

Syntax

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

Return Value

DataSet corresponding to the OfficeClipPicks.xml resource file.

See Also