CmisGetRepositoryInfoTemplate
A template to construct the URL to use to obtain information about a repository from the CMIS server.
The connector replaces the placeholder {CmisUrl}
with the value of the CmisURL parameter.
The connector replaces the placeholder {repositoryId}
with the ID of the repository.
Type: | String |
Default: | {CmisUrl}/{repositoryId}?getRepositoryInfo |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | CmisGetRepositoryInfoTemplate={CmisUrl}/{repositoryId}?getRepositoryInfo
|
See Also: |