PageGroup Class

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

The PageGroup class defines a set of pages on which a DisplayableCampaignItem can be displayed.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class PageGroup _
    Inherits MarketingServices
'Usage
Dim instance As PageGroup
[ComVisibleAttribute(false)]
public sealed class PageGroup : MarketingServices
[ComVisibleAttribute(false)]
public ref class PageGroup sealed : public MarketingServices
public final class PageGroup extends MarketingServices

Remarks

A PageGroup describes a site page on which a campaign item may be displayed. This class cannot be derived. This class and its properties are NOT supported by search. This object doesn’t keep its last modified timestamp, so a race condition is possible between two clients changing the value. It is possible that one change will overwrite a previous value.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Marketing..::.MarketingServices
    Microsoft.CommerceServer.Marketing..::.PageGroup

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.

See Also

Reference

PageGroup Members

Microsoft.CommerceServer.Marketing Namespace