using System; using Yavsc; using System.Collections.Specialized; using Yavsc.Model.WorkFlow; using Yavsc.Model.FileSystem; using System.Web; using System.Collections.Generic; namespace Yavsc.Model.FrontOffice { public class WebFileInfoCollection: List { public WebFileInfoCollection ( HttpContextBase context, string prefix) { } } }