Example #1
0
        public TypeConfig(FileWorkerBase fileWorker)
        {
            _FileWorker = fileWorker;

            AllowedExtensions       = new string[0];
            DeniedExtensions        = new string[0];
            FilesPath               = "";
            FilesAbsolutePath       = "";
            QuickUploadPath         = "";
            QuickUploadAbsolutePath = "";
        }
Example #2
0
        public TypeConfigList(FileWorkerBase fileWorker)
        {
            _FileWorker = fileWorker;

            _Types = new System.Collections.Hashtable(4);
        }