ViewLocalDirectoriesCSVs
The paths from which the View component can display documents. By default, the View component supports only HTTP and Windows UNC paths. With this option, you can also specify a comma-separated list of local directories (including full paths) from which the View component can display documents.
NOTE: The value for this parameter is not used as a prefix for relative paths. You must still specify the full path to any document you want to display. For example, if you set ViewLocalDirectoriesCSVs
to /mnt/documents
, you can use the following action to display the document at /mnt/documents/sample.doc
:
http://localhost:9080/action=View&Reference=/mnt/documents/sample.doc
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Viewing |
Example: | ViewLocalDirectoriesCSVs=C:\shared,C:\documents
|
See Also: | RestrictToAllowedDirectories
StripScript View action Reference parameter |