Returns a pipebar (|) delimited list of Folder Templates in the current vault accessible by the PDM user.
PDMGetFolderTemplates([Refresh], [Vault Name])
Where:
Refresh (optional): A value that refreshes the data when changed.
Vault Name (optional): The name of the vault to use. If no vault is given, the first listed in the plugin settings will be used.
| Rule | Meaning |
|---|---|
| PDMGetFolderTemplates() | Will retrieve the available Folder Templates once a specification is started.
ContractTemplate|OrderTemplate|QuoteTemplate |
| PDMGetFolderTemplates(DwConstantRefreshFolderTemplates) | Will retrieve the available Folder Templates each time the constant changes.
ContractTemplate|OrderTemplate|QuoteTemplate |
| PDMGetFolderTemplates(DwConstantRefreshFolderTemplates, "Shop Data") | Will retrieve the available Folder Templates each time the constant changes, from the Shop Data vault.
ContractTemplate|OrderTemplate|QuoteTemplate |