ImportProgress Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Contains information about the status of the import operation.
The ImportProgress type exposes the following members.
Methods
Name | Description | |
---|---|---|
Abort | Abort the import operation in progress. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refresh the OperationsProgress. Ensures that the cache is coherent with the current design-time view properties. (Inherited from OperationsProgress.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
CatalogName | Gets the catalog name for the current catalog. (Inherited from OperationsProgress.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
EndDate | Gets the date and time, in UTC, the operation ended. (Inherited from OperationsProgress.) | |
Errors | Gets the collection of errors that occurred during a catalog operation. (Inherited from OperationsProgress.) | |
FileName | Gets the name of the file that is being imported. | |
ImportOptions | Gets the import options used for import. | |
OperationId | Gets the operation id. (Inherited from OperationsProgress.) | |
OperationProgress | Gets progress of the import, export, or rebuild operation. (Inherited from OperationsProgress.) | |
OperationType | Gets the type of the operation being performed. (Inherited from OperationsProgress.) | |
PercentComplete | Gets the percent of the import completed (Approximated by number of items being imported.) | |
StartDate | Gets the date and time, in UTC, the operation started. (Inherited from OperationsProgress.) | |
Status | Gets the status of a catalog import, export, or rebuild operation. (Inherited from OperationsProgress.) |
Top