|  | CommentServiceGetComments Method  | 
  
    Namespace: 
   Bex.API
    Assembly:
   Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax[WebMethodAttribute]
public List<CommentDto> GetComments(
	string apiKey,
	int commentType,
	string key
)
<WebMethodAttribute>
Public Function GetComments ( 
	apiKey As String,
	commentType As Integer,
	key As String
) As List(Of CommentDto)
public:
[WebMethodAttribute]
List<CommentDto^>^ GetComments(
	String^ apiKey, 
	int commentType, 
	String^ key
)
[<WebMethodAttribute>]
member GetComments : 
        apiKey : string * 
        commentType : int * 
        key : string -> List<CommentDto> 
Parameters
- apiKey
- Type: SystemString
 
- commentType
- Type: SystemInt32
 
- key
- Type: SystemString
 
Return Value
Type: 
ListCommentDto See Also
See Also