Click or drag to resize

FileManager Class

Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsFileManager

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("File")]
public class FileManager : WebControl, 
	IPostBackDataHandler

The FileManager type exposes the following members.

Constructors
  NameDescription
Public methodFileManager
Initializes a new instance of the FileManager class
Top
Properties
  NameDescription
Public propertyAllowBrowse
Public propertyAllowUpload
Gets or sets if upload should be possible
Public propertyCss
Public propertyDataSource
Public propertyEnableFocalPoints
Public propertyExtensions
Public propertyFile
Public propertyFixFieldName
Gets or sets if the fieldname should be fiex. If set to true, it replaces “/” with “_” in the name of the input.
Public propertyFolder
Public propertyFullPath
Public propertyInfo
Public propertyLabel
Public propertyName
Public propertyOnChange
Gets or sets javascript function to be called when selection is changed.
Public propertyShowNothingSelectedOption
Gets or sets if nothing selected option should be in the file list
Public propertyShowOnlyAllowedExtensions
Public propertyShowPreview
Gets or sets if preview of selected file should be possible
Public propertyValue
Top
Methods
See Also