DocumentClassProperties

A comma-separated list of properties to retrieve from documents in the document class specified by DocumentClass.

NOTE: To use this parameter, you must set the MapAll parameter to FALSE.

To use a property value as a field name, enter a pair of values in the format FieldNameProperty=FieldValueProperty, where:

  • FieldNameProperty is the name of the property that contains the value to use as the field name
  • FieldValueProperty is the name of the property to use to populate the field value
Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: Any section specified by DocumentClassSections, or TaskName
Example:
[MyTask]
...
MapAll=False
DocumentClassSections=DocumentClass1

[DocumentClass1]
DocumentClass=Document
DocumentClassProperties=property1,property2,nameproperty1=valueproperty2
See Also:

DocumentClassSections

DocumentClass

DocumentClassFilter

DocumentClassFollowLink

DocumentProperties