Dynamicweb 8 Documentation
MoveToGroup Method

The products.
DB field name is GroupProductRelationGroupID.
DB field name is GroupProductRelationGroupID.
Moves to group.
Syntax
'Declaration
 
Public Shared Function MoveToGroup( _ 
   ByVal products As ProductCollection, _ 
   ByVal ToGroupID As String, _ 
   ByVal FromGroupID As String _ 
) As Integer
public static int MoveToGroup( 
   ProductCollection products,
   string ToGroupID,
   string FromGroupID 
)

Parameters

products
The products.
ToGroupID
DB field name is GroupProductRelationGroupID.
FromGroupID
DB field name is GroupProductRelationGroupID.
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

ProductGroupRelation Class
ProductGroupRelation Members

Send Feedback