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

Parameters

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