ItemTypes enumeration

Specifies the category of a conversion item.

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

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

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

Members

Member name Description
Succeeded Identifies items that have successfully completed.
InProgress Identifies items that are currently being converted but have not yet completed.
NotStarted Identifies items that have not had a conversion attempt or have not had a successful conversion attempt, and have one or more conversion attempts remaining.
Failed Identifies items that have failed and have no remaining conversion attempts.
Canceled Identifies items that had not completed (either succeeded or failed) at the time that the job was canceled.

Remarks

If any values are changed, ensure Structured Query Language (SQL) definitions also are updated.

See also

Reference

Microsoft.Office.TranslationServices namespace