Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.