These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

DisAllow as well as AllowedFileTypes?


Is there a way to ignore specific files/folders based on their name?  I want to be able to ignore (ie not list, or allow upload or anything) a folder called "_example" that occurs throughout the folder structure.

Thanks,
Barry
Barry 4/21/2011 4:07 AM
AllowedFileTypes property only effect the files, however you can mark the folder in question hidden in Windows Explorer and then set ShowHiddenFilesAndFolders property to false. This way the folder will not be displayed.
Cem Alacayir 5/6/2011 3:11 PM