| 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
)
<ObsoleteAttribute("Use Services.ProductGroups.GetGroup instead.")>
Public Shared Function GetGroupById (
groupId As String,
showUntranslated As Boolean
) As Group
Parameters
- groupId
- Type: SystemString
- showUntranslated
- Type: SystemBoolean
Return Value
Type:
GroupSee Also