TemplateGenerationTypeCode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains integer values that are used for the Template.GenerationTypeCode
attribute.
public ref class TemplateGenerationTypeCode abstract sealed
public static class TemplateGenerationTypeCode
type TemplateGenerationTypeCode = class
Public Class TemplateGenerationTypeCode
- Inheritance
-
TemplateGenerationTypeCode
Remarks
The following table shows the values for this class.
Member
Value
Description
Fields
BulkDeleteCompleted |
Bulk delete has completed. Value = 2. |
BulkDeleteCompletedWithFailures |
Bulk delete has completed, but failures occurred. Value = 3. |
BulkDeleteFailed |
Bulk delete failed. Value = 4. |
BulkDupDetectCompleted |
Bulk duplicate detection has completed. Value = 1. |
ImportCompleted |
Import has completed. Value = 5. |
ImportFailed |
Import has failed. Value = 6. |