2 references to IsValidDirectoryName
System.Web (2)
UI\Page.cs (1)
1350
if (!String.IsNullOrEmpty(value) && !FileUtil.
IsValidDirectoryName
(value)) {
UI\Util.cs (1)
482
if (!FileUtil.
IsValidDirectoryName
(themeName)) {