NavigationTermProviderNameCollection.Remove method
Removes a text string from the collection.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function Remove ( _
item As String _
) As ClientResult(Of Boolean)
'Usage
Dim instance As NavigationTermProviderNameCollection
Dim item As String
Dim returnValue As ClientResult(Of Boolean)
returnValue = instance.Remove(item)
public ClientResult<bool> Remove(
string item
)
Parameters
item
Type: System.StringThe text string to be removed.
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Boolean>
If the collection did not contain the specified string, then false is returned; otherwise, true is returned.
See also
Reference
NavigationTermProviderNameCollection class