NDepend.API Documentation
DoDeleteGroup Method
NDepend.CodeQuery Namespace > IController Interface : DoDeleteGroup Method
The group to delete.
Do delete groupToDelete.
Syntax
void DoDeleteGroup( 
   IGroup groupToDelete
)

Parameters

groupToDelete
The group to delete.
Exceptions
ExceptionDescription
Can't perform the deletion operation on these arguments.
Please check groupToDelete with the method CanDeleteGroup before calling this method.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IController Interface
IController Members