TaxonomyFieldEditor.OnSaveChange Method
Defines the SPField object to change during a save operation and whether the field is new.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Sub OnSaveChange ( _
field As SPField, _
isNewField As Boolean _
)
'Usage
Dim instance As TaxonomyFieldEditor
Dim field As SPField
Dim isNewField As Boolean
instance.OnSaveChange(field, isNewField)
public void OnSaveChange(
SPField field,
bool isNewField
)
Parameters
field
Type: Microsoft.SharePoint.SPFieldSPField object to change during a save operation
isNewField
Type: System.BooleanA Boolean that indicates whether field is new
Implements
IFieldEditor.OnSaveChange(SPField, Boolean)