This documentation is archived and is not being maintained.

CatalogChangeType Enumeration

Enumerates the type of changes that can be made on an object that is in the catalog.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

public enum CatalogChangeType

Member nameDescription
CreateOrUpdateAssume this object is new and create it.

NoneThere is no change on this object

NonRecursiveDeleteDelete this object and if any nodes have to be deleted, do so in a recursive manner.

RecursiveDeleteDelete this object and if any nodes have to be deleted, do so in a recursive manner.

Show: