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.
Returns an editable copy of the current NavigationTermSetView object.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function GetCopy As NavigationTermSetView
'Usage
Dim instance As NavigationTermSetView
Dim returnValue As NavigationTermSetView
returnValue = instance.GetCopy()
public NavigationTermSetView GetCopy()
Return value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetView
A copy of the current NavigationTermSetView object.
Remarks
This method is used primarily when modifying a view that already belongs to a NavigationTerm object, and is therefore frozen.