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

Get Reply Detail.

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

Syntax

C#
public void GetReplyDetail(
	int replyId,
	ref int topicId,
	ref string forumName,
	ref string topicName,
	ref string replyDesc
)
Visual Basic (Declaration)
Public Sub GetReplyDetail ( _
	replyId As Integer, _
	ByRef topicId As Integer, _
	ByRef forumName As String, _
	ByRef topicName As String, _
	ByRef replyDesc As String _
)
Visual C++
public:
void GetReplyDetail(
	int replyId, 
	int% topicId, 
	String^% forumName, 
	String^% topicName, 
	String^% replyDesc
)

Parameters

replyId
Type: System..::.Int32
The incoming Reply Id.
topicId
Type: System..::.Int32%
The Topic Id of the topic to which this reply belongs.
forumName
Type: System..::.String%
Forum Name to which topic belongs.
topicName
Type: System..::.String%
Topic Name.
replyDesc
Type: System..::.String%
Reply Message.

See Also