ConversionItemInfo.ConversionId property

Specifies the position of a conversion item within its conversion job.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public ReadOnly Property ConversionId As Guid
    Get
'Usage
Dim instance As ConversionItemInfo
Dim value As Guid

value = instance.ConversionId
public Guid ConversionId { get; }

Property value

Type: System.Guid
The numeric position of the item within the conversion job.

Remarks

The position of a conversion item corresponds to its place in the order of conversion items for its conversion job. For example, the tenth file to be converted in a conversion job that contains 100 conversion items has a ConversionId of 10.

See also

Reference

ConversionItemInfo class

ConversionItemInfo members

Microsoft.Office.Word.Server.Conversions namespace