TemplateGenerationTypeCode Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains integer values that are used for the Template.GenerationTypeCode attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.TemplateGenerationTypeCode
Syntax
public static class TemplateGenerationTypeCode
Public NotInheritable Class TemplateGenerationTypeCode
Fields
Name | Description | |
---|---|---|
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. |
Remarks
The following table shows the values for this class.
Member |
Value |
Description |
---|---|---|
BulkDeleteCompleted |
2 |
Bulk delete has completed. |
BulkDeleteCompletedWithFailures |
3 |
Bulk delete has completed, but failures occurred. |
BulkDeleteFailed |
4 |
Bulk delete failed. |
BulkDupDetectCompleted |
1 |
Bulk duplicate detection has completed. |
ImportCompleted |
5 |
Import has completed. |
ImportFailed |
6 |
Import has failed. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright