DocNode.getNodeDetached 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
getNodeDetached(UtilFileType, Int32, String, Int32, Int32)
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType type1, int num1, System::String ^ text1, int num2, int num3);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType type1, int num1, string text1, int num2, int num3);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string * int * int -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (type1 As UtilFileType, num1 As Integer, text1 As String, num2 As Integer, num3 As Integer) As DocNode
Parameters
- type1
- UtilFileType
- num1
- Int32
- text1
- String
- num2
- Int32
- num3
- Int32
Returns
Applies to
getNodeDetached(UtilFileType, Int32, String, Int32, Int32, UtilEntryLevel, Boolean, Boolean)
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType _helpType, int _UtilType, System::String ^ _Name, int _ParentId, int _Type, Dynamics::AX::Application::UtilEntryLevel _Utillevel, bool _Forcelevel, bool _OldUtil);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType _helpType, int _UtilType, string _Name, int _ParentId, int _Type, Dynamics.AX.Application.UtilEntryLevel _Utillevel, bool _Forcelevel, bool _OldUtil);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string * int * int * Dynamics.AX.Application.UtilEntryLevel * bool * bool -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (_helpType As UtilFileType, _UtilType As Integer, _Name As String, _ParentId As Integer, _Type As Integer, _Utillevel As UtilEntryLevel, _Forcelevel As Boolean, _OldUtil As Boolean) As DocNode
Parameters
- _helpType
- UtilFileType
Reserved; optional.
- _UtilType
- Int32
Reserved; optional.
- _Name
- String
Reserved; optional.
- _ParentId
- Int32
Reserved; optional.
- _Type
- Int32
Reserved; optional.
- _Utillevel
- UtilEntryLevel
Reserved; optional.
- _Forcelevel
- Boolean
Reserved; optional.
- _OldUtil
- Boolean
Reserved; optional.
Returns
Applies to
getNodeDetached(UtilFileType, Int32, String, Int32, Int32, UtilEntryLevel, Boolean)
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType type1, int num1, System::String ^ text1, int num2, int num3, Dynamics::AX::Application::UtilEntryLevel level1, bool flag1);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType type1, int num1, string text1, int num2, int num3, Dynamics.AX.Application.UtilEntryLevel level1, bool flag1);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string * int * int * Dynamics.AX.Application.UtilEntryLevel * bool -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (type1 As UtilFileType, num1 As Integer, text1 As String, num2 As Integer, num3 As Integer, level1 As UtilEntryLevel, flag1 As Boolean) As DocNode
Parameters
- type1
- UtilFileType
- num1
- Int32
- text1
- String
- num2
- Int32
- num3
- Int32
- level1
- UtilEntryLevel
- flag1
- Boolean
Returns
Applies to
getNodeDetached(UtilFileType, Int32, String, Int32)
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType type1, int num1, System::String ^ text1, int num2);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType type1, int num1, string text1, int num2);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string * int -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (type1 As UtilFileType, num1 As Integer, text1 As String, num2 As Integer) As DocNode
Parameters
- type1
- UtilFileType
- num1
- Int32
- text1
- String
- num2
- Int32
Returns
Applies to
getNodeDetached(UtilFileType, Int32, String)
Returns the specified documentation node.
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType type1, int num1, System::String ^ text1);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType type1, int num1, string text1);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (type1 As UtilFileType, num1 As Integer, text1 As String) As DocNode
Parameters
- type1
- UtilFileType
- num1
- Int32
- text1
- String
Returns
The specified documentation node.
Applies to
getNodeDetached(UtilFileType, Int32, String, Int32, Int32, UtilEntryLevel)
public:
static Dynamics::AX::Application::DocNode ^ getNodeDetached(Dynamics::AX::Application::UtilFileType type1, int num1, System::String ^ text1, int num2, int num3, Dynamics::AX::Application::UtilEntryLevel level1);
public static Dynamics.AX.Application.DocNode getNodeDetached (Dynamics.AX.Application.UtilFileType type1, int num1, string text1, int num2, int num3, Dynamics.AX.Application.UtilEntryLevel level1);
static member getNodeDetached : Dynamics.AX.Application.UtilFileType * int * string * int * int * Dynamics.AX.Application.UtilEntryLevel -> Dynamics.AX.Application.DocNode
Public Shared Function getNodeDetached (type1 As UtilFileType, num1 As Integer, text1 As String, num2 As Integer, num3 As Integer, level1 As UtilEntryLevel) As DocNode
Parameters
- type1
- UtilFileType
- num1
- Int32
- text1
- String
- num2
- Int32
- num3
- Int32
- level1
- UtilEntryLevel