DocumentClassSections

A comma-separated list of sections in the configuration file, which specify the document classes to retrieve. Each section must contain the DocumentClass parameter, and can also contain the parameters DocumentClassFilter, DocumentClassFollowLink, and DocumentClassProperties.

If you only need to retrieve information from a single document class, you can set the DocumentClass, DocumentClassFilter, DocumentClassFollowLink, and DocumentClassProperties parameters in the TaskName section instead.

If you do not configure any document class settings, the connector retrieves documents from all document classes.

Type: String (comma-separated list)
Default: The current TaskName section
Required: No
Configuration Section: TaskName
Example:
[MyTask]
...
MapAll=False
DocumentClassSections=DocumentClass1

[DocumentClass1]
DocumentClass=Document 
DocumentClassFilter=Language='EN'
DocumentClassFollowLink=false
DocumentClassProperties=property1,property2,nameproperty1=valueproperty2
See Also:

DocumentClass

DocumentClassFilter

DocumentClassFollowLink

DocumentClassProperties