Term.DeleteAllLocalCustomProperties method
Deletes all local custom properties.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Sub DeleteAllLocalCustomProperties
'Usage
Dim instance As Term
instance.DeleteAllLocalCustomProperties()
public void DeleteAllLocalCustomProperties()
Exceptions
Exception | Condition |
---|---|
UnauthorizedAccessException | The user must have the EditTerm permission to edit this term to perform this operation. |