Application.updateXrefTreeNode Method [AX 2012]

Updates the cross-reference information for the following node types: \Web\Web Files\List Definitions, \Web\Web Files\Static Files, \Web\Web Files\Page Definitions, \Web\Web Files\Web Controls, \SSRS Reports\Reports\ReportDesign, \Visual Studio Projects\ProjectX, and \Visual Studio Projects\ProjectX\Project Output\Assembly File.

Syntax

public void updateXrefTreeNode(TreeNode _treeNode)

Run On

Server

Parameters

  • _treeNode
    Type: TreeNode Class
    The tree node for which to update the cross-references.

Remarks

This method is invoked by the framework whenever any of the previously listed node types is compiled or updated for cross-references.

See Also

Reference

Application Class