DisplayTemplate Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a template that describes how a campaign item should be displayed.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class DisplayTemplate _
Inherits MarketingServices
'Usage
Dim instance As DisplayTemplate
[ComVisibleAttribute(false)]
public sealed class DisplayTemplate : MarketingServices
[ComVisibleAttribute(false)]
public ref class DisplayTemplate sealed : public MarketingServices
public final class DisplayTemplate extends MarketingServices
Remarks
DisplayTemplate describes one of the display templates defined in the database. 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..::.DisplayTemplate
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.