Share via


PageGroups Property

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

Gets or sets the collection of PageGroup objects associated with the current DisplayableCampaignItem instance.

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

Syntax

'Declaration
Public ReadOnly Property PageGroups As PageGroupCollection
'Usage
Dim instance As DisplayableCampaignItem
Dim value As PageGroupCollection

value = instance.PageGroups
public PageGroupCollection PageGroups { get; }
public:
property PageGroupCollection^ PageGroups {
    PageGroupCollection^ get ();
}
public function get PageGroups () : PageGroupCollection

Property Value

Type: Microsoft.CommerceServer.Marketing..::.PageGroupCollection
A collection of PageGroup objects default is an empty collection.

Remarks

Describes a set of site pages on which this campaign item may be displayed.

Permissions

See Also

Reference

DisplayableCampaignItem Class

DisplayableCampaignItem Members

Microsoft.CommerceServer.Marketing Namespace