Dynamicweb 8 Documentation
eCommerce.Group.BeforeDeleteArgs Constructor

The group.
The id.
The language ID.
The groups.
Initializes a new instance of the eCommerce.Group.BeforeDeleteArgs class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal group As Group, _ 
   ByVal id As String, _ 
   ByVal languageID As String, _ 
   ByVal groups As GroupCollection _ 
)
public eCommerce.Group.BeforeDeleteArgs( 
   Group group,
   string id,
   string languageID,
   GroupCollection groups 
)

Parameters

group
The group.
id
The id.
languageID
The language ID.
groups
The groups.
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

Reference

eCommerce.Group.BeforeDeleteArgs Class
eCommerce.Group.BeforeDeleteArgs Members

Send Feedback