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
|
|
Boolean |