API Help
Eplan.EplApi.Base Namespace / FileSelectDecisionContext Class / FileSelectDecisionContext Constructor / FileSelectDecisionContext Constructor(String,EnumDecisionReturn)
The identifier for this fileselect. Use a unique one and the fileselect dialog remembers the user input and dialog position for the next time.
A default decision, this one is preselected in the dialog.

In This Topic
    FileSelectDecisionContext Constructor(String,EnumDecisionReturn)
    In This Topic
    Create a new FileSelectDecisionContext Object.
    Syntax
    public FileSelectDecisionContext( 
       string strDecisionId,
       EnumDecisionReturn eDefaultDecision
    )
    public:
    FileSelectDecisionContext( 
       String^ strDecisionId,
       EnumDecisionReturn eDefaultDecision
    )

    Parameters

    strDecisionId
    The identifier for this fileselect. Use a unique one and the fileselect dialog remembers the user input and dialog position for the next time.
    eDefaultDecision
    A default decision, this one is preselected in the dialog.
    See Also