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.
Checks whether the specified list has been enabled for in-place records.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function IsInPlaceRecordsEnabled ( _
list As SPList _
) As Boolean
'Usage
Dim list As SPList
Dim returnValue As Boolean
returnValue = Records.IsInPlaceRecordsEnabled(list)
public static bool IsInPlaceRecordsEnabled(
SPList list
)
Parameters
list
Type: Microsoft.SharePoint.SPListList has been enabled for in-place records
Return Value
Type: System.Boolean
Returns Boolean.
Remarks
The list is enabled for in-place records only if the the in-place records fields are provisioned on the list.
See Also
Reference
IsInPlaceRecordsEnabled Overload
Microsoft.Office.RecordsManagement.RecordsRepository Namespace