Click or drag to resize

CommentServiceEditComment Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public CommentDto EditComment(
	string apiKey,
	int commentId,
	string commentText
)

Parameters

apiKey
Type: SystemString
commentId
Type: SystemInt32
commentText
Type: SystemString

Return Value

Type: CommentDto
See Also