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.
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