NDepend.API Documentation
DoChangeGroupShownInReport Method
NDepend.CodeQuery Namespace > IController Interface : DoChangeGroupShownInReport Method
The group on which to change the flag ShownInReport.
The new ShownInReport boolean state of the group.
Change group.ShownInReport to shownInReport.
Syntax
void DoChangeGroupShownInReport( 
   IGroup group,
   bool shownInReport
)

Parameters

group
The group on which to change the flag ShownInReport.
shownInReport
The new ShownInReport boolean state of the group.
Exceptions
ExceptionDescription
Can't perform the group flag changing operation on these arguments.
Please check arguments with the method CanChangeGroupShownInReport 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