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

Returns the order in which the columns in the group list or address book are to be displayed. For more information refer to the OfficeClip customization document, level 1 customization using the groupList.xml.

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

Syntax

C#
public ArrayList GetGroupListGridLayout(
	OCResources ocr
)
Visual Basic (Declaration)
Public Function GetGroupListGridLayout ( _
	ocr As OCResources _
) As ArrayList
Visual C++
public:
ArrayList^ GetGroupListGridLayout(
	OCResources^ ocr
)

Parameters

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

Return Value

ArrayList of the all the group list column names in the order in which they are to be displayed on the OfficeAgent Group List screen or Contact List screen.

See Also