VersionManagerService Component versionedRepositories property
/atg/epub/Version/VersionManagerService
this is the component where you can list all your Versioned Repositories. It has a property defined for this
'versionedRepositories'.
eg:
versionedRepositories+=\
this is the component where you can list all your Versioned Repositories. It has a property defined for this
'versionedRepositories'.
eg:
versionedRepositories+=\
CustomProductCatalog=/atg/commerce/catalog/ProductCatalog \
.......
You can find the Repository name from the property 'repositoryName'.This property will be present in all versioned repository components.While adding you need to specify the full nucleus path of that component.
eg:
Go to ProductCatalog Component and look for the
You can find the Repository name from the property 'repositoryName'.This property will be present in all versioned repository components.While adding you need to specify the full nucleus path of that component.
eg:
Go to ProductCatalog Component and look for the
repositoryName and path.
This property 'repositoryName' will not be present in UnVersioned Repositories.
This property 'repositoryName' will not be present in UnVersioned Repositories.
Comments
Post a Comment