PublishingPageContentAsFile
A Boolean value that specifies how to process the content of publishing pages.
- By default the connecter adds the content of publishing pages directly to the document field
DRECONTENT
. This means that the content is not processed by KeyView (when the document is sent to CFS). - To ingest the content as a file (and therefore allow KeyView to process it), set this parameter to
TRUE
. You might want to do this if the content contains HTML, so that the HTML markup is removed.
NOTE: This parameter is ignored unless IgnorePublishingPagesAspx=true
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or Fetchtasks |
Example: | PublishingPageContentAsFile=TRUE
|
See Also: | IgnorePublishingPagesAspx |