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.
Contains a collection of PageGroup objects. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public NotInheritable Class PageGroupCollection _
Inherits KeyedCollection(Of String, PageGroup)
'Usage
Dim instance As PageGroupCollection
public sealed class PageGroupCollection : KeyedCollection<string, PageGroup>
public ref class PageGroupCollection sealed : public KeyedCollection<String^, PageGroup^>
public final class PageGroupCollection extends KeyedCollection<String, PageGroup>
Remarks
Describes a collection of PageGroup objects
Returns a collection of PageGroup objects in the system. Key of this collection is the Tag property, which is unique. The PageGroup objects define a set of pages on which a DisplayableCampaignItem can be displayed.
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(PageGroup>)>)
System.Collections.ObjectModel..::.KeyedCollection<(Of <(String, PageGroup>)>)
Microsoft.CommerceServer.Marketing..::.PageGroupCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.