ProjectGroupNode.findGroupMember Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
findGroupMember(String, UtilElementType) |
Searches the projectGroup for a specific element. It can be used to search a specific group or the whole project. |
findGroupMember(String, UtilElementType, Boolean) |
findGroupMember(String, UtilElementType)
Searches the projectGroup for a specific element. It can be used to search a specific group or the whole project.
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
- type1
- UtilElementType
Returns
The first object that fits the criteria; returns nullNothingnullptrunita null reference (Nothing in Visual Basic) if no object is found.
Remarks
This method is also found on ProjectNode.
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 that determines whether the search should be recursive (whether to search subprojects); optional.
- _type
- UtilElementType
A boolean flag that determines whether the search should be recursive (whether to search subprojects); optional.
- _searchSubgroups
- Boolean
A boolean flag that determines whether the search should be recursive (whether to search subprojects); optional.