Navigates to the parent folder.

Syntax

JavaScript CopyCode imageCopy Code
getImageUploader("ImageUploaderID").GoToParentFolder();

Returns

A boolean value (true or false) which specifies whether it succeeded (true) or not (false). It will fail if the current folder is the Desktop node of the folder tree (which is always the root node).

See Also

Examples
Open File Dialog Sample

Reference
CanGoToFolder Method
GoToFolder Method
GoToPreviousFolder Method