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 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
- 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.