NavigationTermSetView.CreateEmptyInstance method
Creates and returns a new instance of the NavigationTermSetView class.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Shared Function CreateEmptyInstance ( _
context As ClientRuntimeContext _
) As NavigationTermSetView
'Usage
Dim context As ClientRuntimeContext
Dim returnValue As NavigationTermSetView
returnValue = NavigationTermSetView.CreateEmptyInstance(context)
public static NavigationTermSetView CreateEmptyInstance(
ClientRuntimeContext context
)
Parameters
- context
Type: Microsoft.SharePoint.Client.ClientRuntimeContext
Return value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSetView
Remarks
The WebId property will be assigned the empty GUID, the string-typed properties will be assigned as empty strings, and the Boolean-typed properties will be initialized to false.