Performs a delete action on specified comment id.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual bool DeleteComment(
	Guid commentId
)
Visual Basic
Public Overridable Function DeleteComment ( 
	commentId As Guid
) As Boolean
Visual C++
public:
virtual bool DeleteComment(
	Guid commentId
)
F#
abstract DeleteComment : 
        commentId : Guid -> bool 
override DeleteComment : 
        commentId : Guid -> bool 

Parameters

commentId
Type: System..::..Guid
Comment Id.

Return Value

Type: Boolean
True if deleted, otherwise false.

See Also