This documentation is for the old version. Go to the latest Upload Suite docs

UploadedFile.ConvertedFiles Property

Gets an array of converted files created for this user-selected file.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public MustOverride ReadOnly Property ConvertedFiles As ConvertedFileCollection
C#
public abstract ConvertedFileCollection ConvertedFiles { get; }

Property Value

Type: Aurigma.ImageUploaderFlash.ConvertedFileCollection

The array of converted files created for this user-selected file.

See Also

Reference