SPRecycleBinItem.AuthorId property

Gets the SharePoint Foundation user ID of the user who originally created the item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorId As Integer
    Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As Integer

value = instance.AuthorId
public int AuthorId { get; }

Property value

Type: System.Int32
A 32-bit integer that identifies the user ID of the user who originally created the item.

See also

Reference

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace