Dynamicweb 8 Documentation
eCommerce.Group.GroupRelationModifiedEventArgs Constructor(String,String,String,String)

An ID of the child group.
An ID of the parent group.
An original ID of the child group.
An original ID of the parent group.
Initializes new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal childID As String, _ 
   ByVal parentID As String, _ 
   ByVal oldChildID As String, _ 
   ByVal oldParentID As String _ 
)
public eCommerce.Group.GroupRelationModifiedEventArgs( 
   string childID,
   string parentID,
   string oldChildID,
   string oldParentID 
)

Parameters

childID
An ID of the child group.
parentID
An ID of the parent group.
oldChildID
An original ID of the child group.
oldParentID
An original ID of the parent group.
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.GroupRelationModifiedEventArgs Class
eCommerce.Group.GroupRelationModifiedEventArgs Members
Overload List

Send Feedback