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.
Abstract method that must be imiplemented to delete the specified object.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected MustOverride Sub DeleteDataObject
'Usage
Me.DeleteDataObject()
protected abstract void DeleteDataObject()
Remarks
This method must be implemented in the derived class. All the logic that is required to delete objects should be included in this method.
See Also
Reference
SPRemoveCmdletBase<TCmdletObject> Class