ProjectNode.findGroupMember Method [AX 2012]
Searches the project or group for a specific element.
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 to determine whether the search should be recursive; optional.
Return Value
Type: TreeNode ClassThe first object that fits the criteria, or nullNothingnullptrunita null reference (Nothing in Visual Basic) if no object is found.
Community Additions
ADD
Show: