  | GroupGetGroupById Method (String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Services.ProductGroups.GetGroup instead.")]
public static Group GetGroupById(
	string groupId
)<ObsoleteAttribute("Use Services.ProductGroups.GetGroup instead.")>
Public Shared Function GetGroupById ( 
	groupId As String
) As GroupParameters
- groupId
 - Type: SystemString
 
Return Value
Type: 
Group
See Also