 | ProductServiceGetProductLengthGroups Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public VariantGroupDto[] GetProductLengthGroups(
string apiKey
)
<WebMethodAttribute>
Public Function GetProductLengthGroups (
apiKey As String
) As VariantGroupDto()
public:
[WebMethodAttribute]
array<VariantGroupDto^>^ GetProductLengthGroups(
String^ apiKey
)
[<WebMethodAttribute>]
member GetProductLengthGroups :
apiKey : string -> VariantGroupDto[]
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
VariantGroupDto
See Also