MCFileManager:Configuration/createdoc.exclude file pattern

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: createdoc.exclude_file_pattern

This option can be used to exclude all file names matching the specified regexp pattern.

Example of usage in the config.php file

$mcFileManagerConfig['createdoc.exclude_file_pattern'] = "/^notthis$|^notthat$/i"; 

Example of usage in the Web.Config file

<add key="createdoc.exclude_file_pattern" value="/^notthis$|^notthat$/i" />

Example of usage in a mc_access file

createdoc.exclude_file_pattern=/^notthis$|^notthat$/i

Example of extension in a mc_access file

createdoc.exclude_file_pattern=/\.xml$|\.htm$/i
Personal tools