Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of files for any category within the conversion.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Function GetItems ( _
types As ItemTypes _
) As ReadOnlyCollection(Of ConversionItemInfo)
'Usage
Dim instance As ConversionJobStatus
Dim types As ItemTypes
Dim returnValue As ReadOnlyCollection(Of ConversionItemInfo)
returnValue = instance.GetItems(types)
public ReadOnlyCollection<ConversionItemInfo> GetItems(
ItemTypes types
)
Parameters
types
Type: Microsoft.Office.Word.Server.Conversions.ItemTypesThe category of items which should be retrieved.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ConversionItemInfo>
Returns ReadOnlyCollection<T>.
Remarks
Possible values for the categories of items are:
Succeeded
InProgress
NotStarted
Failed
Canceled