Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSaveFileDialogResult Class
Fields Properties Methods


In This Topic
    NSaveFileDialogResult Class Members
    In This Topic

    The following tables list the members exposed by NSaveFileDialogResult.

    Public Properties
     NameDescription
    Public PropertyGets the dialog for which this result is created. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NSaveFileDialog>)
    Public PropertyIf the result code is ENDialogResult.Error this property contains the exception that was thrown while displaying the platform's dialog box. Otherwise it returns null. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NSaveFileDialog>)
    Public PropertyGets an NFile object that refers to the selected file.  
    Public PropertyGets the result code returned by the dialog. (Inherited from Nevron.Nov.UI.NCommonDialogResult<NSaveFileDialog>)
    Public PropertyGets the user-selected file's safe file name (which is only the file name and extenstion without a path).  
    Top
    See Also