Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |