 | GuiFileManager Method (String, String, String, String, Boolean) |
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
)
Public Shared Function FileManager (
file As String,
folder As String,
inputName As String,
onlyAllowedExt As String,
showFullPath As Boolean
) As String
Parameters
- file
- Type: SystemString
- folder
- Type: SystemString
- inputName
- Type: SystemString
- onlyAllowedExt
- Type: SystemString
- showFullPath
- Type: SystemBoolean
Return Value
Type:
String
See Also