Click or drag to resize

GuiFileManager Method (String, String, String, String, String, Boolean, String, Boolean, NullableBoolean, Boolean, Boolean)

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public 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
)

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

Return Value

Type: String
See Also