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

Deletes the entire forum along with all the Topics which belong to this particular forum and their corresponding replies

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

Syntax

C#
public int Delete(
	int forumId,
	int currentUserId,
	bool isCurrentUserAdmin
)
Visual Basic (Declaration)
Public Function Delete ( _
	forumId As Integer, _
	currentUserId As Integer, _
	isCurrentUserAdmin As Boolean _
) As Integer
Visual C++
public:
int Delete(
	int forumId, 
	int currentUserId, 
	bool isCurrentUserAdmin
)

Parameters

forumId
Type: System..::.Int32
The Id of the Forum to be Deleted
currentUserId
Type: System..::.Int32
The unique id of the user
isCurrentUserAdmin
Type: System..::.Boolean
Is the current user an administrator

See Also