| GroupGetGroupById Method (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 Services.ProductGroups.GetGroup instead.")]
public static Group GetGroupById(
string groupId,
string grouplanguageId
)
<ObsoleteAttribute("Use Services.ProductGroups.GetGroup instead.")>
Public Shared Function GetGroupById (
groupId As String,
grouplanguageId As String
) As Group
Parameters
- groupId
- Type: SystemString
- grouplanguageId
- Type: SystemString
Return Value
Type:
GroupSee Also