Looking for help?
< All Topics
Print

IN VERSION 2.0.0.7

  • GetMetadata VBA call was changed to support multiple types:
    string[] GetMetadata(object [] types, string folderName, out string error, object[] additionalTypes)
    Please note, that this is a breaking change, previously the method only accepted one type as the first parameter. Therefore if you have existing scripts that are using this call you will need to change them to pass an array of strings instead of a single string
Table of Contents