SPField.RevertCustomizations method
Reverts customizations made to the field schema.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RevertCustomizations
'Usage
Dim instance As SPField
instance.RevertCustomizations()
public void RevertCustomizations()
Exceptions
Exception | Condition |
---|---|
SPException | The field is not a built-in field, or the field is being used on a list, or the field is defined in a content type. |