Esempio n. 1
0
        public Converter(ConverterOptions options)
        {
            Guard.NotNull(options, "options");
            Guard.NotNullOrEmpty(options.SitePath, "options.SitePath");

            Options = options;

            Paths = new SitePaths(options.SitePath);
        }
Esempio n. 2
0
        public Converter(ConverterOptions options)
        {
            Guard.NotNull(options, "options");
            Guard.NotNullOrEmpty(options.SitePath, "options.SitePath");

            Options = options;

            Paths = new SitePaths(options.SitePath);
        }