Exemple #1
0
 public TypeConfig(FileWorkerBase fileWorker)
 {
     this._FileWorker             = fileWorker;
     this.AllowedExtensions       = new string[0];
     this.DeniedExtensions        = new string[0];
     this.FilesPath               = "";
     this.FilesAbsolutePath       = "";
     this.QuickUploadPath         = "";
     this.QuickUploadAbsolutePath = "";
 }
Exemple #2
0
        public TypeConfig(FileWorkerBase fileWorker)
        {
            _FileWorker = fileWorker;

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

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

            _Types = new System.Collections.Hashtable( 4 );
        }
Exemple #5
0
 public TypeConfigList(FileWorkerBase fileWorker)
 {
     this._FileWorker = fileWorker;
     this._Types      = new Hashtable(4);
 }
Exemple #6
0
        public TypeConfigList(FileWorkerBase fileWorker)
        {
            _FileWorker = fileWorker;

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