Click or drag to resize

GroupGetGroupById Method (String, Boolean)

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,
	bool showUntranslated
)

Parameters

groupId
Type: SystemString
showUntranslated
Type: SystemBoolean

Return Value

Type: Group
See Also