Share via


Records.IsInPlaceRecordsEnabled Method (SPList)

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

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

Records Class

Records Members

IsInPlaceRecordsEnabled Overload

Microsoft.Office.RecordsManagement.RecordsRepository Namespace