ObjectStoreSections

A comma-separated list of sections in the configuration file, which specify the object stores to retrieve information from. Each section must contain the parameter ObjectStore, to specify the name of an object store to process. Each section can optionally contain the parameter ObjectStoreFolder, to specify the folders that you want to synchronize from that object store.

If you only need to retrieve information from a single object store, you can set the ObjectStore and ObjectStoreFolder parameters in the TaskName section instead.

If you do not configure any object store settings, the connector retrieves information from all object stores.

Type: String (comma-separated list)
Default: The current TaskName section
Required: No
Configuration Section: TaskName
Example:
[MyTask]
...
ObjectStoreSections=ObjectStore1,ObjectStore2

[ObjectStore1]
ObjectStore=Development
ObjectStoreFolder=/Documentation,/AnotherFolder

[ObjectStore2]
ObjectStore=Research
ObjectStoreFolder=/Notes
See Also:

ObjectStore

ObjectStoreFolder