Returns a table array of data card variables for the given folder.
PDMGetFolderDataCardValues([Folder Path] , [Variable Names])
Where:
Folder Path is the complete path to the folder in the local view.
Variable Names is the variable names to use as column headers in a pipebar (|) delimited list.
Rule | Result | Meaning |
---|---|---|
PDMGetFolderDataCardValues("C:\PDMVault\DataCards\MyFolder","Project number|Project Value") | {"Name","Value";"Project number","0078";"Project Value","#PDM! Variable Missing"} | The Name "Project value" is not valid, so the error string is returned in the Value column. |