Dynamicweb.eCommerce.Products Namespace : ProductGroupRelation Class |
'Declaration
<SerializableAttribute()> Public Class ProductGroupRelation
[SerializableAttribute()] public class ProductGroupRelation
class MyPage : System.Web.UI.Page { public void SaveProduct(string prodId, string groupId) { ProductGroupRelation pgr = new ProductGroupRelation(prodId, groupId); pgr.ProductID = prodId; pgr.GroupID = groupId; pgr.Save(prodId, groupId); } }
System.Object
Dynamicweb.eCommerce.Products.ProductGroupRelation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2