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

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.

This method is also found on ProjectGroupNode.

Community Additions

ADD
Show: