GetAllDisplaySizes Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets all the DisplaySize objects in the System.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllDisplaySizes As DisplaySizeData()
'Usage
Dim instance As MarketingWebService
Dim returnValue As DisplaySizeData()
returnValue = instance.GetAllDisplaySizes()
[WebMethodAttribute]
public virtual DisplaySizeData[] GetAllDisplaySizes()
[WebMethodAttribute]
public:
virtual array<DisplaySizeData^>^ GetAllDisplaySizes()
public function GetAllDisplaySizes() : DisplaySizeData[]
Return Value
Type: array<DisplaySizeData>[]()[]
An array of DisplaySizeData.
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The user is not authorized to perform the requested operation. |
DatabaseIntegrityException | A serious integrity issue with the database exists. |
Remarks
Returns a DisplaySizeData array. The DisplaySizeData array contains information associated with all of the DisplaySize objects 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.