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.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.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.