Example #1
0
 public ContentImportResultDto XmlUpload(ContentImportArgsDto args)
 => _contentImportLazy.Value.Init(args.AppId, Log).XmlImport(args);
Example #2
0
 public ContentImportResultDto XmlPreview(ContentImportArgsDto args)
 => _contentImportLazy.Value.Init(args.AppId, Log).XmlPreview(args);
Example #3
0
 public ContentImportResultDto XmlUpload(ContentImportArgsDto args)
 => GetService <ContentImportApi>().Init(args.AppId, Log).XmlImport(args);
Example #4
0
 public ContentImportResultDto XmlPreview(ContentImportArgsDto args)
 => GetService <ContentImportApi>().Init(args.AppId, Log).XmlPreview(args);
Example #5
0
 public ContentImportResultDto ImportContent(ContentImportArgsDto args)
 => new Eav.WebApi.ContentImportApi(Log).ImportContent(args);
Example #6
0
 public ContentImportResultDto EvaluateContent(ContentImportArgsDto args)
 => new Eav.WebApi.ContentImportApi(Log).EvaluateContent(args);