Freigeben über


Records.IsInPlaceRecordsEnabled-Methode (SPSite)

Überprüft, ob die angegebene Site für direkte Datensätze aktiviert ist.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Shared Function IsInPlaceRecordsEnabled ( _
    site As SPSite _
) As Boolean
'Usage
Dim site As SPSite
Dim returnValue As Boolean

returnValue = Records.IsInPlaceRecordsEnabled(site)
public static bool IsInPlaceRecordsEnabled(
    SPSite site
)

Parameter

Rückgabewert

Typ: System.Boolean
Gibt Boolean zurück.

Hinweise

Die Website ist nur für direkte Datensätze aktiviert, wenn die das in-Place-Datensätze Websitesammlungs-Feature aktiviert ist.

Siehe auch

Referenz

Records Klasse

Records-Member

IsInPlaceRecordsEnabled-Überladung

Microsoft.Office.RecordsManagement.RecordsRepository-Namespace