BExIS.Web.Shell.Areas.DCM.Models.GetFileInformationModel.GetFileInformationModel C# (CSharp) Method

GetFileInformationModel() public method

public GetFileInformationModel ( ) : System
return System
        public GetFileInformationModel()
        {
            FileInfoModel = new FileInfoModel();
            Extention = "";
            ErrorList = new List<Error>();
            IsSaved = false;
        }
GetFileInformationModel