Click or drag to resize
PersistedFileEventArgs Properties

The PersistedFileEventArgs type exposes the following members.

Properties
  Name Description
Public property ClientData (Inherited from UploaderEventArgs.)
Public property File
Gets the file.
Public property FileGuid
Gets the GUID of the file.
(Inherited from UploaderEventArgs.)
Public property FileName
Gets the name of the file.
(Inherited from UploaderEventArgs.)
Public property FileSize
Gets the size of the file.
(Inherited from UploaderEventArgs.)
Public property ProviderSupportFS
get whether GetTempFilePath() is available
(Inherited from UploaderEventArgs.)
Top
See Also