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

Return the Topic Id of a Reply.

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

Syntax

C#
public int GetReplyTopicId(
	int replyId
)
Visual Basic (Declaration)
Public Function GetReplyTopicId ( _
	replyId As Integer _
) As Integer
Visual C++
public:
int GetReplyTopicId(
	int replyId
)

Parameters

replyId
Type: System..::.Int32
The incoming Id of the Reply.

Return Value

The Topic Id of the Reply.

See Also