Click or drag to resize
GroupInfoProviderDeleteGroupInfo Method (GroupInfo, Boolean)
Deletes specified group including related document if needed.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static void DeleteGroupInfo(
	GroupInfo infoObj,
	bool deleteRelatedDocument
)

Parameters

infoObj
Type: CMS.CommunityGroupInfo
Group object
deleteRelatedDocument
Type: SystemBoolean
If true related document is deleted too
See Also