public WebFileAttributes(WebFile webFile)
     : base(webFile)
 {
     this.webFile = webFile;
 }
			public WebFileAttributes(WebFile webFile)
				: base(webFile)
			{
				this.webFile = webFile;
			}