Records.RecordDeclarationDate method
Gets the record declaration date of the specified item.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function RecordDeclarationDate ( _
item As SPListItem _
) As Nullable(Of DateTime)
'Usage
Dim item As SPListItem
Dim returnValue As Nullable(Of DateTime)
returnValue = Records.RecordDeclarationDate(item)
public static Nullable<DateTime> RecordDeclarationDate(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemthe item
Return value
Type: System.Nullable<DateTime>
Returns Nullable<T>.
See also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository namespace