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.
Validates the CatalogName and ProductId properties for the basket event.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Overrides Function Validate As Boolean
'Usage
Dim instance As BasketEvent
Dim returnValue As Boolean
returnValue = instance.Validate()
public override bool Validate()
public:
virtual bool Validate() override
public override function Validate() : boolean
Return Value
Type: System..::.Boolean
true to indicate CatalogName and ProductId valid (not nullNothingnullptra null reference (Nothing in Visual Basic)); otherwise, false.
Remarks
Use this method to validate the CatalogName and ProductID properties for the basket event.
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.