ProjectGroupNode.findGroupMember Method
Searches the projectGroup for a specific element. It can be used to search a specific group or the whole project.
Syntax
public TreeNode findGroupMember(
str name,
UtilElementType type,
[boolean searchSubgroups])
Run On
Called
Parameters
- name
Type: str
The name of the object.
- type
Type: UtilElementType Enumeration
The type of object.
- searchSubgroups
Type: boolean
A boolean flag that determines whether the search should be recursive (whether to search subprojects); optional.
Return Value
Type: TreeNode Class
The first object that fits the criteria; returns nullNothingnullptrunita null reference (Nothing in Visual Basic) if no object is found.
Remarks
This method is also found on ProjectNode.