NavigationTermSet.GetAllTerms method
Returns a collection of the complete tree of child NavigationTerm objects in the NavigationTermSet.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function GetAllTerms As NavigationTermCollection
'Usage
Dim instance As NavigationTermSet
Dim returnValue As NavigationTermCollection
returnValue = instance.GetAllTerms()
public NavigationTermCollection GetAllTerms()
Return value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermCollection
The collection of child NavigationTerm objects.