Carrotware.CMS.Core.CMSFilePath.CMSFilePath C# (CSharp) Метод

CMSFilePath() публичный Метод

public CMSFilePath ( ) : System
Результат System
        public CMSFilePath()
        {
            this.DateChecked = DateTime.UtcNow;
            this.FileExists = false;
            this.SiteID = Guid.Empty;
            this.TemplateFile = null;
        }

Same methods

CMSFilePath::CMSFilePath ( string fileName ) : System
CMSFilePath::CMSFilePath ( string fileName, System.Guid siteID ) : System