Dynamicweb.eCommerce.Products Namespace > Product Class : AddGroup Method |
class MyPage : System.Web.UI.Page { private Product product; public string AddGroups(GroupCollection gc) { foreach(Group g in gc) { product.AddGroup(g); } } }
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