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