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

Opens the Topic and corresponding replies from the Database.

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

Syntax

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

Parameters

topicId
Type: System..::.Int32
The Id of the Topic to be opened.

See Also