SetListPriceNull Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows clearing the list price for the category, this can also be accomplished using the Information dataset.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Sub SetListPriceNull
'Usage
Dim instance As Category
instance.SetListPriceNull()
public void SetListPriceNull()
public:
void SetListPriceNull()
public function SetListPriceNull()
Remarks
This should only be used to clear a virtual price on an inherited category.
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.