CardMaker.Card.Export.FileCardExporterFactory.BuildFileCardExporter C# (CSharp) Метод

BuildFileCardExporter() публичный статический Метод

public static BuildFileCardExporter ( bool bExportAllLayouts ) : FileCardExporter
bExportAllLayouts bool
Результат FileCardExporter
        public static FileCardExporter BuildFileCardExporter(bool bExportAllLayouts)
        {
            return bExportAllLayouts ? BuildProjectExporter() : BuildLayoutExporter();
        }