Home Search

DriveWorks Pro 24
PDMGetFolderTemplates

Send Feedback

PDMGetFolderTemplates

Returns a pipebar (|) delimited list of Folder Templates in the current vault accessible by the PDM user.

The SOLIDWORKS PDM Professional plugin must be installed and enabled for this function to calculate.

Syntax

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.

Example

RuleMeaning
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