[This is preliminary documentation and is subject to change.]
Get all the details belonging to the Topic
Namespace:
OfficeClip.DBLayer.OfficePortalAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public void GetTopicDetail( int topicId, ref int fid, ref string name, ref string desc, ref string nrnotify, ref string topiccreator, ref int tuid, ref DateTime tpcdt, ref string tpcsts ) |
Visual Basic (Declaration) |
---|
Public Sub GetTopicDetail ( _ topicId As Integer, _ ByRef fid As Integer, _ ByRef name As String, _ ByRef desc As String, _ ByRef nrnotify As String, _ ByRef topiccreator As String, _ ByRef tuid As Integer, _ ByRef tpcdt As DateTime, _ ByRef tpcsts As String _ ) |
Visual C++ |
---|
public: void GetTopicDetail( int topicId, int% fid, String^% name, String^% desc, String^% nrnotify, String^% topiccreator, int% tuid, DateTime% tpcdt, String^% tpcsts ) |
Parameters
- topicId
- Type: System..::.Int32
The incoming Topic Id
- fid
- Type: System..::.Int32%
Forum Id being returned as reference
- name
- Type: System..::.String%
Topic Name
- desc
- Type: System..::.String%
Topic Message
- nrnotify
- Type: System..::.String%
The flag to tell users whether to notify members on new posting
- topiccreator
- Type: System..::.String%
The name of the person who created the topic
- tuid
- Type: System..::.Int32%
User Id of the User who created the topic
- tpcdt
- Type: System..::.DateTime%
Topic Creation date
- tpcsts
- Type: System..::.String%
Topic status whether currently closed or open