Click or drag to resize
BoardInfoProviderDeleteDocumentBoardsInternal Method
Deletes all the board related information concerning specified document.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteDocumentBoardsInternal(
	int documentId
)

Parameters

documentId
Type: SystemInt32
ID of the document
See Also