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

Enum MirroringState

The state of mirroring job

Namespace: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public enum MirroringState

Fields

Name Description
ExportingError

When there is problem in exporting

Importing

When a Mirroring package is importing

ImportingError

When there is problem in importing

MirroringJobCompleted

When a Mirroring job is completed

MirroringJobInitialized

When a Mirroring job is intialized

MirroringPackageCompleted

When a Mirroring package is completed

MirroringPackageInitialized

When a Mirroring package is intialized

Transfering

When a Mirroring package is sending to target

TransferingError

When there is problem in transfering

Transferred

When a Mirroring package is transfered to target

Undefined

An undefined state. It used be an defualt value

Extension Methods