ItemTypes Enumeration

Represents groupings of conversion items by conversion status.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ItemTypes
'Usage
Dim instance As ItemTypes
[FlagsAttribute]
public enum ItemTypes

Members

Member name Description
Succeeded All conversion items with a conversion status of "Succeeded".
InProgress All conversion items with a conversion status of "In Progress".
NotStarted All conversion items with a conversion status of "Not Started".
Failed All conversion items with a conversion status of "Failed".
Canceled All conversion items with a conversion status of "Canceled".

Remarks

Use the ItemTypes enumeration with the GetItems(ItemTypes) method to retrieve all conversion items that have the specified conversion status.

See Also

Reference

Microsoft.Office.Word.Server.Conversions Namespace