SDMSClient.DownloadDocuments

Use this function to download documents identified by a SDMSDocuments collection, a single SDMSDocument, or an array, or single string of form 'doc_id[:revision]' where the default value of the revision is the current revision.

Syntax Parameters Return value
Function SDMSClient.DownloadDocuments( _
    docs As Variant, _
    Optional DownloadPathIn As Variant, _
    Optional ByRef DownloadPathOut As Variant) As Boolean
  • docs [in]

    Type: Variant

  • DownloadPathIn [in, optional]

    Type: Variant

  • DownloadPathOut [out, optional]

    Type: Variant

Boolean