SPChangeCollection.CollectionScope enumeration

Specifies the scope at which a change log is retrieved.

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

Syntax

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

Members

Member name Description
ContentDB Specifies the content database.
Site Specifies a site collection.
Web Specifies a site.
List Specifies a list.

Remarks

This enumeration is used as a parameter of the SPChangeToken(SPChangeCollection.CollectionScope, Guid, DateTime) constructor.

See also

Reference

Microsoft.SharePoint namespace