Share via


ProjectNode.findGroupMember Method

Definition

Overloads

findGroupMember(String, UtilElementType)

Searches the project or group for a specific element.

findGroupMember(String, UtilElementType, Boolean)

findGroupMember(String, UtilElementType)

Searches the project or group for a specific element.

public:
 virtual Dynamics::AX::Application::TreeNode ^ findGroupMember(System::String ^ text1, Dynamics::AX::Application::UtilElementType type1);
public virtual Dynamics.AX.Application.TreeNode findGroupMember (string text1, Dynamics.AX.Application.UtilElementType type1);
abstract member findGroupMember : string * Dynamics.AX.Application.UtilElementType -> Dynamics.AX.Application.TreeNode
override this.findGroupMember : string * Dynamics.AX.Application.UtilElementType -> Dynamics.AX.Application.TreeNode
Public Overridable Function findGroupMember (text1 As String, type1 As UtilElementType) As TreeNode

Parameters

text1
String

Returns

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.

Applies to

findGroupMember(String, UtilElementType, Boolean)

public:
 virtual Dynamics::AX::Application::TreeNode ^ findGroupMember(System::String ^ _name, Dynamics::AX::Application::UtilElementType _type, bool _searchSubgroups);
public virtual Dynamics.AX.Application.TreeNode findGroupMember (string _name, Dynamics.AX.Application.UtilElementType _type, bool _searchSubgroups);
abstract member findGroupMember : string * Dynamics.AX.Application.UtilElementType * bool -> Dynamics.AX.Application.TreeNode
override this.findGroupMember : string * Dynamics.AX.Application.UtilElementType * bool -> Dynamics.AX.Application.TreeNode
Public Overridable Function findGroupMember (_name As String, _type As UtilElementType, _searchSubgroups As Boolean) As TreeNode

Parameters

_name
String

A Boolean flag to determine whether the search should be recursive; optional.

_type
UtilElementType

A Boolean flag to determine whether the search should be recursive; optional.

_searchSubgroups
Boolean

A Boolean flag to determine whether the search should be recursive; optional.

Returns

Applies to