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 object used to manage PageGroup entities.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property PageGroups As PageGroupManager
'Usage
Dim instance As MarketingContext
Dim value As PageGroupManager
value = instance.PageGroups
public PageGroupManager PageGroups { get; }
public:
property PageGroupManager^ PageGroups {
PageGroupManager^ get ();
}
public function get PageGroups () : PageGroupManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.PageGroupManager
An object to manage PageGroup objects.
Remarks
The returned PageGroupManager manages PageGroup related operations. The PageGroup class defines a set of pages on which a DisplayableCampaignItem can be displayed.
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.