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