SDMSClient.EditBindings

Use this function to display a dialog box with a list of one or more local file names, and an associated binding to a document in SDMS. You can perform additional operations like modifying the binding, downloading the document, checking in, and checking out, etc.

Syntax Parameters Return value
Function SDMSClient.EditBindings( _
    localPathNames As Variant, _
    ByRef docIds As Variant, _
    Optional ByRef bindToVersionSpecifiers As Variant, _
    Optional ByRef localFilesModifiedIndicators As Variant, _
    Optional DocBindingOptions As Variant, _
    Optional filters As Variant) As Boolean
  • localPathNames [in]

    Type: Variant

  • docIds [in, out]

    Type: Variant

  • bindToVersionSpecifiers [in, out, optional]

    Type: Variant

  • localFilesModifiedIndicators [out, optional]

    Type: Variant

  • DocBindingOptions [in, optional]

    Type: Variant

  • filters [in, optional]

    Type: Variant

Boolean