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.