NavigationTermSet.GetAsEditable method
Returns an editable version of the NavigationTermSet object.
Namespace: Microsoft.SharePoint.Client.Publishing.Navigation
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Function GetAsEditable ( _
taxonomySession As TaxonomySession _
) As NavigationTermSet
'Usage
Dim instance As NavigationTermSet
Dim taxonomySession As TaxonomySession
Dim returnValue As NavigationTermSet
returnValue = instance.GetAsEditable(taxonomySession)
public NavigationTermSet GetAsEditable(
TaxonomySession taxonomySession
)
Parameters
taxonomySession
Type: Microsoft.SharePoint.Client.Taxonomy.TaxonomySessionThe TaxonomySession object to use to retrieve the TermSet object.
Return value
Type: Microsoft.SharePoint.Client.Publishing.Navigation.NavigationTermSet
An editable version of the NavigationTermSet object.
Remarks
The GetAsEditable method should be used when IsReadOnly=true. If IsReadOnly=false, then there is no need to call this method.