Search Results for

    Show / Hide Table of Contents

    Class RepositorySelectFileDialog

    Interaktionslogik für RepositorySelectFileDialog.xaml

    Inheritance
    System.Object
    RepositorySelectFileDialog
    Namespace: Simplic.Framework.DBUI.Repository
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class RepositorySelectFileDialog : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    RepositorySelectFileDialog()

    Crate file selecting dialog

    Declaration
    public RepositorySelectFileDialog()

    Properties

    | Improve this Doc View Source

    FileName

    Filename of the selected path. Empty if no file is selected

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ShowAsDialog()

    Show the file selecting dialog

    Declaration
    public static string ShowAsDialog()
    Returns
    Type Description
    System.String

    Returning a string containing a file path to a selected file in the repository.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx