Share via


GetAllPageGroups Method

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

Gets all the PageGroup objects in the System.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllPageGroups As PageGroupData()
'Usage
Dim instance As MarketingWebService
Dim returnValue As PageGroupData()

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

Return Value

Type: array<PageGroupData>[]()[]
An array of PageGroupData.

Exceptions

Exception Condition
NotAuthorizedException

The user is not authorized to perform the requested operation.

DatabaseIntegrityException

A serious integrity issue with the database exists.

Remarks

Returns a PageGroupData array. The PageGroupData array contains information associated with all of the PageGroup objects in the system.

Permissions

See Also

Reference

MarketingWebService Class

MarketingWebService Members

Microsoft.CommerceServer.Marketing.WebService Namespace