DocNode::getNodeDetached Method [AX 2012]

Returns the specified documentation node.

client server public static DocNode getNodeDetached(
    UtilFileType helpType, 
    int UtilType, 
    str Name, 
   [int ParentId, 
    int Type, 
    UtilEntryLevel Utillevel, 
    boolean Forcelevel, 
    boolean OldUtil])

Run On

Called

Parameters

helpType
Type: UtilFileType Enumeration
The value that specifies the type of Help.
UtilType
Type: int
The utility type of the node.
Name
Type: str
The name of the node to return.
ParentId
Type: int
The ID of the parent node for the node to return; optional.
Type
Type: int
The type of node; optional.
Utillevel
Type: UtilEntryLevel Enumeration
The value that specifies the layer for the node; optional.
Forcelevel
Type: boolean
Reserved; optional.
OldUtil
Type: boolean
Reserved; optional.

Return Value

Type: DocNode Class
The specified documentation node.
Show: