|
ImageType Enumeration
|
Defines possible types of an image.
Namespace:
DoubleTake.Core.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
SyntaxPublic Enumeration ImageType
public enum class ImageType
DoubleTake.Core.Contract.ImageType = function();
DoubleTake.Core.Contract.ImageType.createEnum('DoubleTake.Core.Contract.ImageType', false);
Members
| Member name | Value | Description |
---|
| DataOnly | 0 |
The image was created by a data only protection.
|
| FullServer | 1 |
The image was created by full server protection.
|
| Unknown | 2 |
The image is an unknown origin.
|
Remarks
Values of this enumeration should not be sent between client and server.
See Also