SDMSClient.OpenFileDialog

Use this function to display an open file dialog box to select one or more files from SDMS.

Syntax Parameters Return value
Function SDMSClient.OpenFileDialog( _
    ByRef selectedDocuments_out As SDMSDocuments, _
    ByRef bCheckoutSelected_out As Boolean, _
    Optional bMultiselect As Boolean = False, _
    Optional bAllowCheckout As Boolean = True, _
    Optional StartInFolderId As Variant, _
    Optional Filter As Variant) As Boolean
  • selectedDocuments_out [out]

    Type:

  • bCheckoutSelected_out [out]

    Type: Boolean

  • bMultiselect [in, optional]

    Type: Boolean

    Default value: False

  • bAllowCheckout [in, optional]

    Type: Boolean

    Default value: True

  • StartInFolderId [in, optional]

    Type: Variant

  • Filter [in, optional]

    Type: Variant

Boolean