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

Update Reply message into the Database.

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

Syntax

C#
public void UpdateReply(
	int replyId,
	string replyDesc
)
Visual Basic (Declaration)
Public Sub UpdateReply ( _
	replyId As Integer, _
	replyDesc As String _
)
Visual C++
public:
void UpdateReply(
	int replyId, 
	String^ replyDesc
)

Parameters

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

See Also