 | CommentServiceGetCommentTypes Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public List<CommentTypeDto> GetCommentTypes(
string apiKey
)
<WebMethodAttribute>
Public Function GetCommentTypes (
apiKey As String
) As List(Of CommentTypeDto)
public:
[WebMethodAttribute]
List<CommentTypeDto^>^ GetCommentTypes(
String^ apiKey
)
[<WebMethodAttribute>]
member GetCommentTypes :
apiKey : string -> List<CommentTypeDto>
Parameters
- apiKey
- Type: SystemString
Return Value
Type:
ListCommentTypeDto
See Also