Interface IExportStatus
Contains continuosly updated information about an export execution
Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public interface IExportStatus
Properties
CategoriesCount
Number of categories exported
Declaration
int CategoriesCount { get; }
Property Value
Type | Description |
---|---|
System. |
ContentTypesCount
Number of content types exported
Declaration
int ContentTypesCount { get; }
Property Value
Type | Description |
---|---|
System. |
DynamicPropertyDefinitionsCount
Number of dynamic property definitions exported
Declaration
int DynamicPropertyDefinitionsCount { get; }
Property Value
Type | Description |
---|---|
System. |
FramesCount
Number of frames exported
Declaration
int FramesCount { get; }
Property Value
Type | Description |
---|---|
System. |
IsAborting
Indicates if the current import execution is aborting
Declaration
bool IsAborting { get; }
Property Value
Type | Description |
---|---|
System. |
IsDone
Indicates if the current import execution is done
Declaration
bool IsDone { get; }
Property Value
Type | Description |
---|---|
System. |
Log
Gets the logger for the import context.
Declaration
ITransferLogger Log { get; }
Property Value
Type | Description |
---|---|
ITransfer |
TabDefinitionsCount
Number of tab definitions exported
Declaration
int TabDefinitionsCount { get; }
Property Value
Type | Description |
---|---|
System. |
VisitorGroupsCount
Number of visitor groups exported
Declaration
int VisitorGroupsCount { get; }
Property Value
Type | Description |
---|---|
System. |