SPChangeCollection.CollectionScope-Enumeration

Gibt den Bereich an, dem ein Änderungsprotokoll abgefragt wird.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration CollectionScope
'Usage
Dim instance As SPChangeCollection.CollectionScope
public enum CollectionScope

Member

Membername Beschreibung
ContentDB Gibt die Inhaltsdatenbank an.
Site Gibt eine Websitesammlung an.
Web Gibt eine Website an.
List Gibt eine Liste.

Hinweise

Diese Enumeration wird als Parameter des Konstruktors SPChangeToken(SPChangeCollection.CollectionScope, Guid, DateTime) verwendet.

Siehe auch

Referenz

Microsoft.SharePoint-Namespace