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.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 12.0.0
Syntax 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