ItemTypes enumeration

SharePoint Online

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)

No code example is currently available or this language may not be supported.

Member nameDescription
SucceededIdentifies items that have successfully completed.
InProgressIdentifies items that are currently being converted but have not yet completed.
NotStartedIdentifies items that have not had a conversion attempt or have not had a successful conversion attempt, and have one or more conversion attempts remaining.
FailedIdentifies items that have failed and have no remaining conversion attempts.
CanceledIdentifies items that had not completed (either succeeded or failed) at the time that the job was canceled.

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

Show: