ImportStatus Class (CrmHelpers)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Find the latest SDK documentation: CRM 2015 SDK
This class specifies the integer flags to set the import.statuscode property. Although the property may accept any value, these are the valid values.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when setting entity property values.
The ImportStatus class exposes the following members.
| Field | Value | Description |
| Completed | 4 | Specifies that the import is completed. |
| Failed | 5 | Specifies that the import has failed. |
| Importing | 3 | Specifies that the import is importing data. |
| Parsing | 1 | Specifies that the import is parsing data. |
| Submitted | 0 | Specifies that the import is submitted. |
| Transforming | 2 | Specifies that the import is transforming data. |
Remarks
This class is in the helper code file SDK\Helpers\CS\CrmHelpers\enums.cs. This class can also be found in the assembly Microsoft.Crm.Sdk.dll.
Requirements
Filename: enums.cs
See Also
Reference
.gif)