Example #1
0
        protected override bool ItemExists(Path path)
        {
            if (string.IsNullOrEmpty(path) || path.IsRootPath())
            {
                return true;
            }

            return null != GetSessionStateItem(path);
        }