  | GroupServiceGetGroup Method (String, String, 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 overloaded GetGroup with showUnTranslated instead.")]
public Group GetGroup(
	string groupId,
	string languageId,
	string defaultLanguageId
)<ObsoleteAttribute("Use overloaded GetGroup with showUnTranslated instead.")>
Public Function GetGroup ( 
	groupId As String,
	languageId As String,
	defaultLanguageId As String
) As GroupParameters
- groupId
 - Type: SystemString
 - languageId
 - Type: SystemString
 - defaultLanguageId
 - Type: SystemString
 
Return Value
Type: 
Group
See Also