[]
        
(Showing Draft Content)

C1.Win.Editor.C1Editor.LoadDocumentRequest

LoadDocumentRequest Method

LoadDocumentRequest(string, bool)

Runs the file dialog and loads the selected document.

Declaration
[Obsolete("This method is deprecated, please, use LoadDocumentRequestAsync instead.")]
public void LoadDocumentRequest(string defaultFolder = "", bool restoreFolder = false)
Parameters
Type Name Description
string defaultFolder

Specifies the initial folder for the file dialog. The default value is the current folder.

bool restoreFolder

Specifies whether the original current folder should be restored after the dialog completes. The default value is false.