Table of Contents
FileExplorerDialogID Property

Gets or sets the ID of the file browsing dialog.

Syntax
 public String FileExplorerDialogID { get; set; }
Remarks

The dialog must contain a FileExplorerHolder control, which is used to interact with the FileExplorer control hosted by a separate page specified by FileExplorerUrl.

See Also