Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / IGroupRepository Interface / Delete Method
The group ID to delete
The new group ID to assign to existing members of the group to be deleted
Version
Delete Method (IGroupRepository)
Deletes a group from the database
Syntax
void Delete( 
   int groupId,
   int newUserGroupId
)

Parameters

groupId
The group ID to delete
newUserGroupId
The new group ID to assign to existing members of the group to be deleted
Requirements

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

See Also