[This is preliminary documentation and is subject to change.]
Return the Forum Id for a Topic
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public int GetTopicForumId( int topicId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetTopicForumId ( _ topicId As Integer _ ) As Integer |
| Visual C++ |
|---|
public: int GetTopicForumId( int topicId ) |
Parameters
- topicId
- Type: System..::.Int32
The Id of the Topic
