Click or drag to resize
FileManagerDialogConfiguration Properties

The FileManagerDialogConfiguration type exposes the following members.

Properties
  Name Description
Public property ContentProviderTypeName
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 property DeletePaths
Gets or sets the delete paths of the FileManager dialog.
Public property FileBrowserContentProviderType
This property gets the current content provider type. To set the content provider type use ContentProviderTypeName
Public property MaxUploadFileSize
Gets or sets the max filesize which users are able to upload in bytes
Public property SearchPatterns
Gets or sets the extension patterns for files to be displayed in the FileManager dialog.
Public property UploadPaths
Gets or sets the upload paths of the FileManager dialog.
Public property ViewPaths
Gets or sets the view paths of the FileManager dialog.
Top
See Also