Click or drag to resize

ImageType Enumeration

Defines possible types of an image.

Namespace:  DoubleTake.Core.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntax
public enum ImageType
Members
  Member nameValueDescription
DataOnly0 The image was created by a data only protection.
FullServer1 The image was created by full server protection.
Unknown2 The image is an unknown origin.
Remarks
Values of this enumeration should not be sent between client and server.
See Also