SPRemoveCmdletBase<TCmdletObject>.InternalProcessRecord Method
Sealed version of the InternalProcessRecord() method on the SPCmdlet class. Internally, this method calls the DeleteDataObject() method.
Namespace: Microsoft.SharePoint.PowerShell
Assembly: Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Sub InternalProcessRecord
'Usage
Me.InternalProcessRecord()
protected override sealed void InternalProcessRecord()
See Also
Reference
SPRemoveCmdletBase<TCmdletObject> Class