Records.ConfigureListForAutoDeclaration-Methode
Konfiguriert automatische Datensatzdeklaration Einstellung für eine Liste –, ob die Elemente in der Liste hochgeladen automatisch als Datensatz deklariert ist.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub ConfigureListForAutoDeclaration ( _
list As SPList, _
autoDeclare As Boolean _
)
'Usage
Dim list As SPList
Dim autoDeclare As BooleanRecords.ConfigureListForAutoDeclaration(list, _
autoDeclare)
public static void ConfigureListForAutoDeclaration(
SPList list,
bool autoDeclare
)
Parameter
list
Typ: Microsoft.SharePoint.SPListDie Liste für die automatische Datensatzdeklaration konfiguriert.
autoDeclare
Typ: System.BooleanOb alle eingehenden Inhalte automatisch als Datensätze deklarieren.
Siehe auch
Referenz
Microsoft.Office.RecordsManagement.RecordsRepository-Namespace