Analysis_ConstructPRID - Solution Sites Routine
Commerce Server 2002
This function constructs the PRID property string for "add to basket" and "remove from basket" Commerce events.
Definition
Function Analysis_ConstructPRID( byVal sCatalogName, sCategoryName, byVal sProductID byVal sVariantID )
Parameters
- sCatalogName
- A string containing the catalog name.
- sCategoryName
- A string containing the category name.
- sProductID
- A string containing the product ID.
- sVariantID
- A string containing the variant ID.
Return Value
A string containing the property.
Defined in File
Routines Called
Analysis_ConstructKeyValueString
Called By
Remarks
The sCategoryName parameter is not used.
The sVariantID parameter can be Null.
The format of the string is:
sCatalogName;sProductID;sVariantID
See Also
About the Analysis Integration Feature for Solution Sites
Copyright © 2005 Microsoft Corporation.All rights reserved.
