ConversionItemInfo members

Contains details for a single conversion item within a conversion job.

The ConversionItemInfo type exposes the following members.

Constructors

  Name Description
Public method ConversionItemInfo Default public constructor, lets this be serialized.

Top

Properties

  Name Description
Public property Canceled Gets or sets a value that specifies whether the conversion of the conversion item was canceled.
Public property CompleteTime Gets or sets a value that specifies when the conversion of this conversion item completed.
Public property ConversionId Specifies the position of a conversion item within its conversion job.
Public property ErrorCode Gets or sets a failure code that specifies the reason why the conversion failed.
Public property ErrorMessage Gets a string that provides a localized message that explains why the conversion failed.
Public property Failed Gets a value that specifies whether conversion failed for this conversion item.
Public property InProgress Gets a value that specifies whether conversion is currently in progress for this conversion item.
Public property InputFile Specifies the path to the input file.
Public property NotStarted Gets a value that specifies whether conversion has not started for this conversion item.
Public property OutputFile Specifies the path to the output file.
Public property StartTime Gets or sets a value that specifies the date and time that conversion began for this conversion item.
Public property Succeeded Gets a value that specifies whether conversion succeeded for this conversion item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ConversionItemInfo class

Microsoft.Office.Word.Server.Conversions namespace