NavigationTerm.Move method
Moves the NavigationTerm object to be a child of the specified NavigationTerm object or NavigationTermSet object.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Overridable Sub Move ( _
newParent As NavigationTermSetItem _
)
'Usage
Dim instance As NavigationTerm
Dim newParent As NavigationTermSetItem
instance.Move(newParent)
public virtual void Move(
NavigationTermSetItem newParent
)
Parameters
newParent
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetItemThe new parent NavigationTerm object or NavigationTermSet object to be used for the NavigationTerm object.
Remarks
This method performs an operation that is analogous to the Move(TermSetItem) method and the Move(TermGroup), and is supported only in “read-only” mode.