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

Gets the number of rows per page as specified in the xml configuration file groupList.xml. Please refer to the OfficeClip level 1 customization help.

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

Syntax

C#
public int GetGroupListGridNumberOfRows(
	OCResources ocr
)
Visual Basic (Declaration)
Public Function GetGroupListGridNumberOfRows ( _
	ocr As OCResources _
) As Integer
Visual C++
public:
int GetGroupListGridNumberOfRows(
	OCResources^ ocr
)

Parameters

ocr
Type: OfficeClip.Utils..::.OCResources
The OfficeClip resource object.

Return Value

Number of rows to be displayed on the User Manager Group List screen or Contact List screen.

See Also