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

Closes 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 CloseTopic(
	int topicId
)
Visual Basic (Declaration)
Public Sub CloseTopic ( _
	topicId As Integer _
)
Visual C++
public:
void CloseTopic(
	int topicId
)

Parameters

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

See Also