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

This function will retrieve the businesscenter portlets information from the businesscenter.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 GetBusinessCenters()
Visual Basic (Declaration)
Public Function GetBusinessCenters As DataSet
Visual C++
public:
DataSet^ GetBusinessCenters()

Return Value

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

See Also