NDepend.API Documentation
CanChangeGroupShownInReport Method
NDepend.CodeQuery Namespace > IController Interface : CanChangeGroupShownInReport Method
The group on which to change the flag ShownInReport.
If false is returned, contains the plain-english explanation of the failure.
Gets a value indicating whether group.ShownInReport can be changed.
Syntax
bool CanChangeGroupShownInReport( 
   IGroup group,
   out string failureReason
)

Parameters

group
The group on which to change the flag ShownInReport.
failureReason
If false is returned, contains the plain-english explanation of the failure.
Remarks
If group.IGroup.IsExtractedFromCode its value ShownInReport cannot be changed.
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