Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IExportStatus

Contains continuosly updated information about an export execution

Namespace: EPiServer.Enterprise
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public interface IExportStatus

Properties

CategoriesCount

Number of categories exported

Declaration
int CategoriesCount { get; }
Property Value
Type Description
System.Int32

ContentTypesCount

Number of content types exported

Declaration
int ContentTypesCount { get; }
Property Value
Type Description
System.Int32

DynamicPropertyDefinitionsCount

Number of dynamic property definitions exported

Declaration
int DynamicPropertyDefinitionsCount { get; }
Property Value
Type Description
System.Int32

FramesCount

Number of frames exported

Declaration
int FramesCount { get; }
Property Value
Type Description
System.Int32

IsAborting

Indicates if the current import execution is aborting

Declaration
bool IsAborting { get; }
Property Value
Type Description
System.Boolean

IsDone

Indicates if the current import execution is done

Declaration
bool IsDone { get; }
Property Value
Type Description
System.Boolean

Log

Gets the logger for the import context.

Declaration
ITransferLogger Log { get; }
Property Value
Type Description
ITransferLogger

TabDefinitionsCount

Number of tab definitions exported

Declaration
int TabDefinitionsCount { get; }
Property Value
Type Description
System.Int32

VisitorGroupsCount

Number of visitor groups exported

Declaration
int VisitorGroupsCount { get; }
Property Value
Type Description
System.Int32

Extension Methods