Share via


WebFile.NavigationNode Property

SharePoint Designer Developer Reference

Returns a NavigationNode object that represents the navigation node for a page in a Web site.

Syntax

expression.NavigationNode

expression   Required. A variable that represents a WebFile object.

Remarks

If a NavigationNode object is not found within the navigation structure for the specified Web site, the NavigationNode property returns Nothing.

See Also