FilterDocumentTypes
A comma-separated list of document types to limit the content that is retrieved by the connector. The connector only retrieves documents that match one of the specified types.
For a list of document types, refer to the Jive developer documentation at https://developers.jivesoftware.com/api/v3/cloud/rest/ContentService.html.
TIP: Documents are retrieved only if they pass all of the filters that you have set. The other filters that you can set include FilterAuthor, FilterPlace, FilterStatus, and FilterTags.
Type: | String (comma-separated list) |
Default: | discussion, document, file, post |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | FilterDocumentTypes=document,file
|
See Also: |