ChangeType enumeration

An enumeration that is used by the FriendlyUrl class and the FriendlyUrlBasedWeb class to indicate whether the returned entity was updated, changed, or added.

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

Syntax

'Declaration
Public Enumeration ChangeType
'Usage
Dim instance As ChangeType
public enum ChangeType

Members

Member name Description
Update Indicates that the change type is “update”.
Add Indicates that the change type is “add”.
Delete Indicates that the change type is “delete”.

Remarks

Typically when a list of FriendlyUrl or FriendlyUrlBasedWeb objects is returned, the caller is informed about the change since the last time such a list is returned. The ChangeType enumeration is used for an incremental crawl of friendly URLs.

See also

Reference

Microsoft.SharePoint.Publishing.WebServices namespace