ProjectGroupNode.findGroupMember Method [AX 2012]
Searches the projectGroup for a specific element. It can be used to search a specific group or the whole project.
public TreeNode findGroupMember(
str name,
UtilElementType type,
[boolean searchSubgroups])
Run On
CalledParameters
- 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 ClassThe first object that fits the criteria; returns nullNothingnullptrunita null reference (Nothing in Visual Basic) if no object is found.
Community Additions
ADD
Show: