 | GuiFileManager Method (String, String, String, String, String, Boolean, String, Boolean, NullableBoolean, Boolean, Boolean, Boolean, Boolean) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string FileManager(
string file,
string folder,
string inputName,
string inputId,
string allowedFileExtensions,
bool showFullPath,
string onChange,
bool trimFolder,
Nullable<bool> allowBrowse,
bool showPreview,
bool showNothingSelected,
bool allowUpload,
bool disabled
)
Public Shared Function FileManager (
file As String,
folder As String,
inputName As String,
inputId As String,
allowedFileExtensions As String,
showFullPath As Boolean,
onChange As String,
trimFolder As Boolean,
allowBrowse As Nullable(Of Boolean),
showPreview As Boolean,
showNothingSelected As Boolean,
allowUpload As Boolean,
disabled As Boolean
) As String
Parameters
- file
- Type: SystemString
- folder
- Type: SystemString
- inputName
- Type: SystemString
- inputId
- Type: SystemString
- allowedFileExtensions
- Type: SystemString
- showFullPath
- Type: SystemBoolean
- onChange
- Type: SystemString
- trimFolder
- Type: SystemBoolean
- allowBrowse
- Type: SystemNullableBoolean
- showPreview
- Type: SystemBoolean
- showNothingSelected
- Type: SystemBoolean
- allowUpload
- Type: SystemBoolean
- disabled
- Type: SystemBoolean
Return Value
Type:
String
See Also