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