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 all DisplaySize objects specified in the database.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllDisplaySizes As DisplaySize()
'Usage
Dim instance As DisplaySizeManager
Dim returnValue As DisplaySize()
returnValue = instance.GetAllDisplaySizes()
public DisplaySize[] GetAllDisplaySizes()
public:
array<DisplaySize^>^ GetAllDisplaySizes()
public function GetAllDisplaySizes() : DisplaySize[]
Return Value
Type: array<Microsoft.CommerceServer.Marketing..::.DisplaySize>[]()[]
An array of DisplaySize objects.
Remarks
Returns all DisplaySize 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.