 | CommentServiceDeleteComment Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public void DeleteComment(
string apiKey,
int commentId
)
<WebMethodAttribute>
Public Sub DeleteComment (
apiKey As String,
commentId As Integer
)
public:
[WebMethodAttribute]
void DeleteComment(
String^ apiKey,
int commentId
)
[<WebMethodAttribute>]
member DeleteComment :
apiKey : string *
commentId : int -> unit
Parameters
- apiKey
- Type: SystemString
- commentId
- Type: SystemInt32
See Also