Click or drag to resize
ForumGroupInfoProviderSetInfo Method
Inserts or Updates the object to the database.

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

Parameters

info
Type: CMS.ForumsForumGroupInfo
Object to insert / update
See Also