ConversionItemInfo Members
Include Protected Members
Include Inherited Members
Contains details for a single conversion item within a conversion job.
The ConversionItemInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversionItemInfo |
Top
Properties
Name | Description | |
---|---|---|
Canceled | Gets or sets a value that specifies whether the conversion of the conversion item was canceled. | |
CompleteTime | Gets or sets a value that specifies when the conversion of this conversion item completed. | |
ConversionId | Specifies the position of a conversion item within its conversion job. | |
ErrorCode | Gets or sets a failure code that specifies the reason why the conversion failed. | |
ErrorMessage | Gets a string that provides a localized message that explains why the conversion failed. | |
Failed | Gets a value that specifies whether conversion failed for this conversion item. | |
InProgress | Gets a value that specifies whether conversion is currently in progress for this conversion item. | |
InputFile | Specifies the path to the input file. | |
NotStarted | Gets a value that specifies whether conversion has not started for this conversion item. | |
OutputFile | Specifies the path to the output file. | |
StartTime | Gets or sets a value that specifies the date and time that conversion began for this conversion item. | |
Succeeded | Gets a value that specifies whether conversion succeeded for this conversion item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top