deletes a comment to an object

Declaration Syntax
public void DeleteComment(
Comment comment
)
Public Sub DeleteComment ( _
comment As Comment _
)
public:
void DeleteComment(
Comment^ comment
)

Parameters
- comment (Comment)
- the comment to add

Return Value
integer indicating success of operation
Assembly:
HubOne.Epm.Api (Module: HubOne.Epm.Api) Version: 1.0.3503.23885 (1.0.0.0)