|  | CommentServiceEditComment Method  | 
  
    Namespace: 
   Bex.API
    Assembly:
   Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax[WebMethodAttribute]
public CommentDto EditComment(
	string apiKey,
	int commentId,
	string commentText
)
<WebMethodAttribute>
Public Function EditComment ( 
	apiKey As String,
	commentId As Integer,
	commentText As String
) As CommentDto
public:
[WebMethodAttribute]
CommentDto^ EditComment(
	String^ apiKey, 
	int commentId, 
	String^ commentText
)
[<WebMethodAttribute>]
member EditComment : 
        apiKey : string * 
        commentId : int * 
        commentText : string -> CommentDto 
Parameters
- apiKey
- Type: SystemString
 
- commentId
- Type: SystemInt32
 
- commentText
- Type: SystemString
 
Return Value
Type: 
CommentDto See Also
See Also