DocNode::getNodeDetached Method

Returns the specified documentation node.

Syntax

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

  • 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.
  • Forcelevel
    Type: boolean
    Reserved; optional.
  • OldUtil
    Type: boolean
    Reserved; optional.

Return Value

Type: DocNode Class
The specified documentation node.

See Also

Reference

DocNode Class