 | GuiFileManager Method (String, String, String, String, Boolean, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string FileManager(
string file,
string folder,
string inputName,
string onlyAllowedExt,
bool showFullPath,
string onChange
)
Public Shared Function FileManager (
file As String,
folder As String,
inputName As String,
onlyAllowedExt As String,
showFullPath As Boolean,
onChange As String
) As String
Parameters
- file
- Type: SystemString
- folder
- Type: SystemString
- inputName
- Type: SystemString
- onlyAllowedExt
- Type: SystemString
- showFullPath
- Type: SystemBoolean
- onChange
- Type: SystemString
Return Value
Type:
String
See Also