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 DisplayTemplate entities.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayTemplates As DisplayTemplateManager
'Usage
Dim instance As MarketingContext
Dim value As DisplayTemplateManager
value = instance.DisplayTemplates
public DisplayTemplateManager DisplayTemplates { get; }
public:
property DisplayTemplateManager^ DisplayTemplates {
DisplayTemplateManager^ get ();
}
public function get DisplayTemplates () : DisplayTemplateManager
Property Value
Type: Microsoft.CommerceServer.Marketing..::.DisplayTemplateManager
An object to manage DisplayTemplate objects.
Remarks
The returned DisplayTemplateManager manages DisplayTemplate related operations. The DisplayTemplate describes one of the display templates defined in the database.
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.