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.
Retrieves al existing DisplayTemplates objects in the marketing system.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllDisplayTemplates As DisplayTemplate()
'Usage
Dim instance As DisplayTemplateManager
Dim returnValue As DisplayTemplate()
returnValue = instance.GetAllDisplayTemplates()
public DisplayTemplate[] GetAllDisplayTemplates()
public:
array<DisplayTemplate^>^ GetAllDisplayTemplates()
public function GetAllDisplayTemplates() : DisplayTemplate[]
Return Value
Type: array<Microsoft.CommerceServer.Marketing..::.DisplayTemplate>[]()[]
An array of DisplayTemplate objects retrieved from the database.
Remarks
Retrieves an array of the DisplayTemplate objects configured in the system.
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.