Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration CatalogChangeType
public enum CatalogChangeType
public enum class CatalogChangeType
type CatalogChangeType
public enum CatalogChangeType
Members
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. |