Collection Name Templates
These feature is available since app version 1.8.0. To specify a collection name template you can use the following variables inside your string. netECM:App will replace the placeholders with the runtime values of the selected application.
Variables
Placeholder |
Result |
%Manufacturer% |
e.g. Adobe |
%ProductName% |
e.g. Reader |
%Version% |
e.g. 10.1.3 |
%PackageVersion% |
e.g. 001 |
Examples
Configuration |
Result |
nameTemplate = "USWR %Manufacturer% %ProductName%" |
USWR Adobe Reader |
nameTemplate = "%Manufacturer%_%ProductName%_%Version%_UserCollection" |
Adobe_Reader_10.1.3_UserCollection |
nameTemplate = "%ProductName%-%Version%- %PackageVersion%" |
Reader-10.1.3-001 |