B4BCore.Internal.FileTypeConfigInfo.FileTypeConfigInfo C# (CSharp) Метод

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

public FileTypeConfigInfo ( string directory, string debugHtmlFormatString, string nonDebugHtmlFormatString, string cdnHtmlFormatString )
directory string
debugHtmlFormatString string
nonDebugHtmlFormatString string
cdnHtmlFormatString string
        public FileTypeConfigInfo(string directory, string debugHtmlFormatString, string nonDebugHtmlFormatString, string cdnHtmlFormatString)
        {
            Directory = directory;
            DebugHtmlFormatString = debugHtmlFormatString;
            NonDebugHtmlFormatString = nonDebugHtmlFormatString;
            CdnHtmlFormatString = cdnHtmlFormatString;
        }
FileTypeConfigInfo