Interface IFileSearchOptions
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ECommonFileSearchOptions, FileSearchOptions
Options that influence how files are retrieved by
resolveReferencedFiles. Lets you e.g. specify additional filter settings.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionList of allowed content types.List of allowed file extensions.File name that is used for external network resources.
-
Method Details
-
getAllowedContentTypes
-
getAllowedFileExtensions
-
getDefaultResourceFileName
String getDefaultResourceFileName()File name that is used for external network resources. If not given, a file name is derived from the URL.- Returns:
- File name that is used for external network resources.
-