This documentation is archived and is not being maintained.
CatalogChangeType Enumeration
Visual Studio 2013
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)
| Member name | Description | |
|---|---|---|
| CreateOrUpdate | Assume this object is new and create it. | |
| None | There is no change on this object | |
| NonRecursiveDelete | Delete this object and if any nodes have to be deleted, do so in a recursive manner. | |
| RecursiveDelete | Delete this object and if any nodes have to be deleted, do so in a recursive manner. |
Show: