Share via


DocNode.findAOTElementDocNode Method

Definition

Overloads

findAOTElementDocNode(ApplCodeDocType, String)

Performs a search for an element documentation node in the Finance and Operations Application Object Tree (AOT).

findAOTElementDocNode(ApplCodeDocType, String, String)
findAOTElementDocNode(ApplCodeDocType, String, String, Int32)

findAOTElementDocNode(ApplCodeDocType, String)

Performs a search for an element documentation node in the Finance and Operations Application Object Tree (AOT).

public:
 static Dynamics::AX::Application::DocNode ^ findAOTElementDocNode(Dynamics::AX::Application::ApplCodeDocType type1, System::String ^ text1);
public static Dynamics.AX.Application.DocNode findAOTElementDocNode (Dynamics.AX.Application.ApplCodeDocType type1, string text1);
static member findAOTElementDocNode : Dynamics.AX.Application.ApplCodeDocType * string -> Dynamics.AX.Application.DocNode
Public Shared Function findAOTElementDocNode (type1 As ApplCodeDocType, text1 As String) As DocNode

Parameters

text1
String

Returns

The node that is found; otherwise, null, Nothing, nullptr, unit, a null reference (Nothing in Visual Basic).

Applies to

findAOTElementDocNode(ApplCodeDocType, String, String)

public:
 static Dynamics::AX::Application::DocNode ^ findAOTElementDocNode(Dynamics::AX::Application::ApplCodeDocType type1, System::String ^ text1, System::String ^ text2);
public static Dynamics.AX.Application.DocNode findAOTElementDocNode (Dynamics.AX.Application.ApplCodeDocType type1, string text1, string text2);
static member findAOTElementDocNode : Dynamics.AX.Application.ApplCodeDocType * string * string -> Dynamics.AX.Application.DocNode
Public Shared Function findAOTElementDocNode (type1 As ApplCodeDocType, text1 As String, text2 As String) As DocNode

Parameters

text1
String
text2
String

Returns

Applies to

findAOTElementDocNode(ApplCodeDocType, String, String, Int32)

public:
 static Dynamics::AX::Application::DocNode ^ findAOTElementDocNode(Dynamics::AX::Application::ApplCodeDocType _HelpType, System::String ^ _Name, System::String ^ _ParentName, int _Mode);
public static Dynamics.AX.Application.DocNode findAOTElementDocNode (Dynamics.AX.Application.ApplCodeDocType _HelpType, string _Name, string _ParentName, int _Mode);
static member findAOTElementDocNode : Dynamics.AX.Application.ApplCodeDocType * string * string * int -> Dynamics.AX.Application.DocNode
Public Shared Function findAOTElementDocNode (_HelpType As ApplCodeDocType, _Name As String, _ParentName As String, _Mode As Integer) As DocNode

Parameters

_HelpType
ApplCodeDocType

The mode to use for the search; optional.

_Name
String

The mode to use for the search; optional.

_ParentName
String

The mode to use for the search; optional.

_Mode
Int32

The mode to use for the search; optional.

Returns

Applies to