SP.RecycleBinItem.deletedBy Property
Applies to: SharePoint Foundation 2010
Gets a value that specifies the user who deleted the Recycle Bin item.
var value = SP.RecycleBinItem.get_deletedBy();
Property Value
Type: SP.User
Applies To
Exceptions
- [Microsoft.SharePoint.SPException]
User cannot be found. Error code: -2146232832.
- [System.UnauthorizedAccessException]
Access is denied. Error code: -2147024891.