Share via


GetAllPageGroups Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets an array containing all of the PageGroup objects specified in the database.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Function GetAllPageGroups As PageGroup()
'Usage
Dim instance As PageGroupManager
Dim returnValue As PageGroup()

returnValue = instance.GetAllPageGroups()
public PageGroup[] GetAllPageGroups()
public:
array<PageGroup^>^ GetAllPageGroups()
public function GetAllPageGroups() : PageGroup[]

Return Value

Type: array<Microsoft.CommerceServer.Marketing..::.PageGroup>[]()[]
The array of PageGroup objects.

Remarks

Returns all PageGroup objects configured in the system.

Permissions

See Also

Reference

PageGroupManager Class

PageGroupManager Members

Microsoft.CommerceServer.Marketing Namespace