SDMSClient.OpenFileDialogWithDownload
Use this function to display an open file dialog, and to download the selected documents, with optional checkout.
| Syntax | Parameters | Return value |
|---|---|---|
Function SDMSClient.OpenFileDialogWithDownload( _
ByRef selectedDocuments_out As SDMSDocuments, _
ByRef localPathnames_out As Variant, _
Optional bMultiselect As Boolean = False, _
Optional bAllowCheckout As Boolean = True, _
Optional StartInFolderId As Variant, _
Optional Filter As Variant) As Boolean
|
|
Boolean |