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

Get all the details belonging to the Forum

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

Syntax

C#
public void GetForumDetail(
	int forumId,
	ref string name,
	ref string desc,
	ref int cuserid
)
Visual Basic (Declaration)
Public Sub GetForumDetail ( _
	forumId As Integer, _
	ByRef name As String, _
	ByRef desc As String, _
	ByRef cuserid As Integer _
)
Visual C++
public:
void GetForumDetail(
	int forumId, 
	String^% name, 
	String^% desc, 
	int% cuserid
)

Parameters

forumId
Type: System..::.Int32
The incoming Forum Id
name
Type: System..::.String%
Forum Name
desc
Type: System..::.String%
Forum Description
cuserid
Type: System..::.Int32%
The userId, of the user who created the forum

See Also