Click or drag to resize
FileManagerDialogConfiguration Class
Encapsulates the properties used for FileBrowser dialog management.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsFileManagerDialogConfiguration
      Kettic.AspNet.ControlsImageManagerDialogConfiguration

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class FileManagerDialogConfiguration : StateManager

The FileManagerDialogConfiguration type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyContentProviderTypeName
Gets or sets the fully qualified type name of the FileBrowserContentProvider used in the dialog, including the assembly name, version, culture, public key token.
Public propertyDeletePaths
Gets or sets the delete paths of the FileManager dialog.
Public propertyFileBrowserContentProviderType
This property gets the current content provider type. To set the content provider type use ContentProviderTypeName
Public propertyMaxUploadFileSize
Gets or sets the max filesize which users are able to upload in bytes
Public propertySearchPatterns
Gets or sets the extension patterns for files to be displayed in the FileManager dialog.
Public propertyUploadPaths
Gets or sets the upload paths of the FileManager dialog.
Public propertyViewPaths
Gets or sets the view paths of the FileManager dialog.
Top
Remarks
The FileManagerDialogConfiguration members are passed in a secure manner to the respective dialogs using the DialogParameters collection of the editor.
See Also