Click or drag to resize

FileUploadAction Class

The class FileUploadAction represents that uploads file.
Inheritance Hierarchy

Namespace:  Dynamicweb.Management.Files.Actions
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
public class FileUploadAction : JavaScriptFunctionAction

The FileUploadAction type exposes the following members.

Constructors
  NameDescription
Public methodFileUploadAction
Initializes a new instance of the FileUploadAction class
Top
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
Methods
  NameDescription
Public methodToJson (Inherited from Action.)
Public methodToString (Inherited from Action.)
Top
See Also