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