Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs a search for an application element documentation node.
Syntax
client server public static DocNode findApplicationDocNode(
ApplHelpType HelpType,
str Name,
[str ParentName,
int Mode])
Run On
Called
Parameters
- HelpType
Type: ApplHelpType Enumeration
The value that specifies the type of Help.
- Name
Type: str
The name of the node to find.
- ParentName
Type: str
The name of the parent node for the node to find; optional.
- Mode
Type: int
The mode to use for the search; optional.
Return Value
Type: DocNode Class
The node that is found; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the node was not found.