Click or drag to resize
ForumGroupInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	ForumGroupInfo info
)

Parameters

info
Type: CMS.ForumsForumGroupInfo
Object to delete
See Also