Compartilhar via


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

  • isNewField
    Type: System.Boolean

    A Boolean that indicates whether field is new

Implements

IFieldEditor.OnSaveChange(SPField, Boolean)

See Also

Reference

TaxonomyFieldEditor Class

TaxonomyFieldEditor Members

Microsoft.SharePoint.Taxonomy Namespace