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