Click or drag to resize

FileUploadAction Properties

The FileUploadAction type exposes the following members.

Properties
  NameDescription
Public propertyAllowedExtensions
Gets or sets whick will be executed on successfull file upload.
Public propertyContext
The javascript context for function execution, if context is null the current window used
(Inherited from JavaScriptFunctionAction.)
Public propertyDecodeFolder
Gets or sets value indicating whether to execute Base64 decode upon upload folder path.
Public propertyEnabled (Inherited from Action.)
Public propertyFolder
Gets or sets target upload folder.
Public propertyFunction
Gets javascript function to be executed for file uploading.
(Overrides JavaScriptFunctionActionFunction.)
Public propertyIcon (Inherited from Action.)
Public propertyIconColor (Inherited from Action.)
Public propertyId (Inherited from Action.)
Public propertyName (Inherited from Action.)
Public propertyTitle (Inherited from Action.)
Public propertyUploaded
Gets or sets whick will be executed on successfull file upload.
Top
See Also