ProjectNode.findGroupMember Method
Searches the project or group for a specific element.
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 to determine whether the search should be recursive; optional.
Return Value
Type: TreeNode Class
The first object that fits the criteria, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if no object is found.
Remarks
This method is also found on ProjectGroupNode.