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.
Creates a new DisplaySize with default values.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewDisplaySize As DisplaySize
'Usage
Dim instance As DisplaySizeManager
Dim returnValue As DisplaySize
returnValue = instance.NewDisplaySize()
public DisplaySize NewDisplaySize()
public:
DisplaySize^ NewDisplaySize()
public function NewDisplaySize() : DisplaySize
Return Value
Type: Microsoft.CommerceServer.Marketing..::.DisplaySize
The newly created DisplaySize object.
Remarks
Creates a new DisplaySize object. The newly created DisplaySize is not persisted in the database until Save is called.
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.