Click or drag to resize
GroupInfoProviderDeleteGroupInfoInternal Method
Deletes specified group including related document if needed. The related document is only the one specified in GroupNodeGUID. All documents that are owned by group are kept - their group ownership is set to null.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
protected void DeleteGroupInfoInternal(
	GroupInfo infoObj,
	bool deleteRelatedDocument
)

Parameters

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