[This is preliminary documentation and is subject to change.]

Delete Reply message into the Database.

Namespace:  OfficeClip.DBLayer.OfficePortal
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void DeleteReply(
	int replyId
)
Visual Basic (Declaration)
Public Sub DeleteReply ( _
	replyId As Integer _
)
Visual C++
public:
void DeleteReply(
	int replyId
)

Parameters

replyId
Type: System..::.Int32
Incoming Id of the reply whose message has to be updated.

See Also