API Help
Eplan.EplApi.Base Namespace / FileSelectDecisionContext Class
Properties Methods

In This Topic
    FileSelectDecisionContext Class Members
    In This Topic

    The following tables list the members exposed by FileSelectDecisionContext.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertySet or get the flag for multi selection.  
    Public PropertySet or get the CustomDefaultPath. This is the path the File Select Dialog opens first. The second time the path is used the user has selected the last time. Then the context menu "Set to standard" will select this path again.  
    Public PropertyThe default extension of the files to select.  
    Public PropertySet or get the openfileflag. Set this flag when you want to open a file Do not set it when you want to save a file.  
    Public PropertyThe title for the decider.  
    Top
    Public Methods
     NameDescription
    Public MethodAdd a filter which files are shown. When the user selects one filter in the decider dialog, only files of this type are displayed.  
    Public MethodDestructor for deterministic finalization of FileSelectDecisionContext object.  
    Public MethodGet all the files the user has selected in the decider dialog.  
    Top
    See Also